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
-
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Support Customer Ref. #s | Support Case 5836 |
Salesforce Case | [50070000007BSCl] | |
Support Customer Ref. #s | Support Case 5836 |
Attachment | Case5356Example2.zip [ 11361 ] |
Assignee | Yip Ng [ yip.ng ] |
Attachment | RadioRenderer.java [ 11385 ] |
Attachment | RadioRenderer.java [ 11387 ] |
Attachment | ScreenHunter_01 Apr. 03 17.39.jpg [ 11654 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Yip Ng [ yip.ng ] |
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.