Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2.GA_P02
-
Fix Version/s: EE-1.8.2.GA_P03
-
Component/s: Facelet Components
-
Labels:None
-
Environment:Tomcat 7
-
Workaround Exists:Yes
-
Workaround Description:
Description
The dataPager composite component throws the following error when used in Tomcat 7:
java.lang.Exception: javax.faces.FacesException: Problem in renderResponse: /file:/Users/tylerjohnson/Work/Servers/apache-tomcat-7.0.6/webapps/EditableTable/WEB-INF/lib/icefaces-composite-comps.jar!/META-INF/facelet/datatable/dataPagerInfo.xhtml @34,75 for="#{for}" [for] is not a valid Java identifier
com.icesoft.faces.context.View.servePage(View.java:189)
com.icesoft.faces.webapp.http.core.SingleViewServer.service(SingleViewServer.java:84)
java.lang.Exception: javax.faces.FacesException: Problem in renderResponse: /file:/Users/tylerjohnson/Work/Servers/apache-tomcat-7.0.6/webapps/EditableTable/WEB-INF/lib/icefaces-composite-comps.jar!/META-INF/facelet/datatable/dataPagerInfo.xhtml @34,75 for="#{for}" [for] is not a valid Java identifier
com.icesoft.faces.context.View.servePage(View.java:189)
com.icesoft.faces.webapp.http.core.SingleViewServer.service(SingleViewServer.java:84)
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Changed the "for" attribute to "forTable", so the reserved word is no longer used.