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.
Activity
Liana Munroe
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | EE-4.2.0.GA [ 13071 ] | |
Assignee Priority | P2 [ 10011 ] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51624 | Mon Jun 12 13:10:24 MDT 2017 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/impl/component/Repeat.java
|
Liana Munroe
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.