Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.2
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: ACE-Components, ICECORE-Components, Sample Apps
-
Labels:None
-
Environment:ICEfaces 4 trunk r51581, Tomcat 8, all browsers, Myfaces 2.2.12 libs. was also an issue with 4.2 release. Not an issue with mojarra libs
-
Assignee Priority:P2
Description
showcase icecore:repeat > Overview demo
Can not access demo in any browser when using myfaces libs . Page error is seen:
Can not restore row correctly
java.lang.illegalStateException
If you refresh the page the demo is shown, however when attempting to interact with the demo a User Session Expired page dialog is rendered immediately. This issue also occurs with 4.2 myfaces release libs. Not an issue with mojarra libs.
panelStack > Facelet demo - When toggling the Set Facelet to true checkbox the entire form panel collapses. This issue also occurs with 4.2 myfaces release libs. Not an issue with mojarra libs.
Can not access demo in any browser when using myfaces libs . Page error is seen:
Can not restore row correctly
java.lang.illegalStateException
If you refresh the page the demo is shown, however when attempting to interact with the demo a User Session Expired page dialog is rendered immediately. This issue also occurs with 4.2 myfaces release libs. Not an issue with mojarra libs.
panelStack > Facelet demo - When toggling the Set Facelet to true checkbox the entire form panel collapses. This issue also occurs with 4.2 myfaces release libs. Not an issue with mojarra libs.
Myfaces and Mojarra makes it impossible to get to the row index when a FacesEvent is fired inside the UIData. The applied workaround was to capture the IllegalStateException when the index of the row data cannot be determined.