Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.1
-
Component/s: Framework
-
Labels:None
-
Environment:All
-
ICEsoft Forum Reference:
Description
Scenario #1: A page has a panelTabSet. In a tab of the tab set there is a commandButton that via a navigation rule redirects to a new page. When the button is clicked a NPE is thrown. If the commandButton is outside of the tab set then no error is thrown.
Scenario #2: A data table has a checkbox in one column and a commandLink in another column. The link causes redirect navigation to a new page. On click of the link a similar error to scenario #1 is thrown. If the selectBooleanCheckbox is removed from the table no error is thrown.
These errors are not reproducible in ICEfaces 1.8.0.
Scenario #2: A data table has a checkbox in one column and a commandLink in another column. The link causes redirect navigation to a new page. On click of the link a similar error to scenario #1 is thrown. If the selectBooleanCheckbox is removed from the table no error is thrown.
These errors are not reproducible in ICEfaces 1.8.0.
Issue Links
- depends on
-
ICE-4604
Navigation clearing current lifecycle state
-
- Closed
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Attachment | tabSetError.txt [ 11775 ] | |
| Attachment | dataTableError.txt [ 11776 ] |
| Salesforce Case | [50070000008oeIp] | |
| Description |
Scenario #1: A page has a panelTabSet. In a tab of the tab set there is a commandButton that via a navigation rule redirects to a new page. When the button is clicked a NPE is thrown. If the commandButton is outside of the tab set then no error is thrown. Scenario #2: A data table has a checkbox in one column and a commandLink in another column. The link causes redirect navigation to a new page. On click of the link a similar error to scenario #2 is thrown. If the selectBooleanCheckbox is removed from the table no error is thrown. These errors are not reproducible in ICEfaces 1.8.0. |
Scenario #1: A page has a panelTabSet. In a tab of the tab set there is a commandButton that via a navigation rule redirects to a new page. When the button is clicked a NPE is thrown. If the commandButton is outside of the tab set then no error is thrown. Scenario #2: A data table has a checkbox in one column and a commandLink in another column. The link causes redirect navigation to a new page. On click of the link a similar error to scenario #1 is thrown. If the selectBooleanCheckbox is removed from the table no error is thrown. These errors are not reproducible in ICEfaces 1.8.0. |
| Attachment | Case8344Example.zip [ 11777 ] |
| ICEsoft Forum Reference | http://www.icefaces.org/JForum/posts/list/13182.page |
| Fix Version/s | 1.8.2 [ 10190 ] | |
| Assignee Priority | P1 | |
| Assignee | Mark Collette [ mark.collette ] |
| Attachment | Case8344Example.war [ 11787 ] |
| Attachment | faces-config.xml [ 11795 ] | |
| Attachment | web.xml [ 11796 ] |
| Assignee | Mark Collette [ mark.collette ] | Deryk Sinotte [ deryk.sinotte ] |
| Assignee | Deryk Sinotte [ deryk.sinotte ] | Mircea Toma [ mircea.toma ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.8.2-RC1 [ 10210 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P1 |
The web.xml and faces-config.xml files from the attached WAR needed some fixing, since the navigation rules were a little wrong.