methodexpression Questions
2
Solved
I would like to declare a conditional method expression in EL like below:
<p:dataTable id="#{cc.attrs.datatableId}" var="overview"
rowSelectListener="#{cc.attrs.detailsMode == 'single' ? cc.a...
Maplemaples asked 25/3, 2011 at 14:35
1
Solved
I have figured out how to log when a request is an ajax request and which page it is from, in a filter.
What I would really like to do is log what the ajax request is actually for. Such as the nam...
Overword asked 6/8, 2015 at 10:20
1
Solved
I'm using Glassfish 3.1.2.2 and JSF Mojarra 2.1.6.
I have the following Facelets page:
<h:form>
<h:commandLink value="link">
<f:actionListener binding="#{backingBean.someMethod(1...
Episode asked 10/6, 2015 at 0:5
4
How to call a Java method with arguments which is defined in Java class, from JSP using JSTL/EL. The method is returning arrays. Any return value can be used.
Leaper asked 19/8, 2011 at 12:6
1
© 2022 - 2024 — McMap. All rights reserved.