Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.2, 1.8DR#1
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
Workaround Exists:Yes
-
Workaround Description:Use ICEfaces version 1.7.1
Description
In an expandable data table, if the selectOneRadio or selectOneCheckbox component is used in conjunction with the ice:radio or ice:checkbox component and a radio/checkbox is selected when the table is expanded the radio/checkbox loses its value. It stays set in the backing bean but is removed from the screen. This issue does not occur in 1.7.1.
Issue Links
- is duplicated by
-
ICE-3646 ice:radio no longer work
-
- Closed
-
The attached source file fixes the issues with selectOneRadio using layout="spread".
This fixes two issues:
1. Incorrect ice:radio ids.
2. Radio button loses its selected value.