Comment on Tutorial - Action listeners in JSF By Charles
Comment Added by : Felipe
Comment Added at : 2010-02-18 05:03:51
Comment on Tutorial : Action listeners in JSF By Charles
hi,
i have a problem. I have the tipical common JSP page that is include by the rest JSP. This page is a filter page and that is include in the other pages with "jsp:include" tag. The filter page have buttons to search elements with the next date or the previous date, but must call diferent beans (each principal page have its own SearchBean) Each principal page, that includes the filter page, use "jsp:param" tag to indicate the actionListener that must be invoke. But when in the filter page i put "#{param.forwardActionListener}" in the "h:commandButton", i get an error when click.
Exemple:
test.jsp code
<jsp:include page="dateFilterPage.jsp" flush="true">
<jsp:param name="parentView" value="testSubview"/>
<jsp:param name="backAction" value="TestSimpleBean.action"/>
<jsp:param name="forwardAction" value="TestSimpleBean.action"/>
<jsp:param name="backActionListener" value="TestSimpleBean.backDate"/>
<jsp:param name="forwardActionListener" value="TestSimpleBean.forwardDate"/>
</jsp:include>
dateFilterPage.jsp code
<h:commandButton styleClass="esriToolDefault" id="FechaAdelanteBtn" value="forward date" action="#{param.forwardAction}" actionListener="#{param.forwardActionListener}"/>
The error is :
javax.faces.el.MethodNotFoundException: backActionListener: com.sun.faces.context.RequestParameterMap.backActionListener(javax.faces.event.ActionEvent)
How i can force to filter page to invoke the correct bean getter by param?
Thanks
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. There something at Example #2! because when i try
View Tutorial By: Paul at 2011-08-01 14:38:14
2. Thanks man it is very very helpfull for me.
View Tutorial By: qasim azam at 2011-06-15 18:09:35
3. hello!
I am so confused and a total beginne
View Tutorial By: Jena at 2011-06-11 17:39:39
4. I want to download that 5 sms sending program .fro
View Tutorial By: anwar at 2008-09-08 02:22:06
5. To install 32 bit java Communication API you can f
View Tutorial By: Shailendra at 2013-04-06 14:49:44
6. Yesterday afternoon, I tried a lot of different su
View Tutorial By: Leo at 2011-07-26 04:19:15
7. i wish to get some example java programs to unders
View Tutorial By: rebecca at 2010-01-09 03:14:42
8. sir,i m doing ME/CSE.i want to know more informati
View Tutorial By: m.rajalakshmi at 2011-07-27 05:20:44
9. Thank you Sir.
View Tutorial By: Dinesh at 2015-08-25 10:41:30
10. it is possible to write any synchronisation progra
View Tutorial By: shashi kant mishra at 2013-10-14 02:54:25