Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 1.7DR#2
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Unknown
-
ICEsoft Forum Reference:
-
Workaround Exists:Yes
-
Workaround Description:
Description
If you have an outer panelSeries and an inner panelSeries, and they're both showing lists of data, and you dynamically change the lists, it seems that they're somehow keeping around old information that keeps them from properly rendering the new lists.
This may affects ice:dataTable as well.
This may affects ice:dataTable as well.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Attachment | Test_RowSelectorPanelSeries.war [ 10769 ] |
Assignee | Mark Collette [ mark.collette ] |
Assignee Priority | P1 |
Summary | Problem with nested ice:panelSeries showing changing lists | Nested UIData components may not automatically update the UI when the list is changed |
Workaround Description |
Bind the component and programmatically set the value on the component: dataTable.setValue(list); |
|
Workaround Exists | [Yes] |
Workaround Description |
Bind the component and programmatically set the value on the component: dataTable.setValue(list); |
Bind the component and programmatically set the value on the component whenever data has changed and you want to ensure that the UI is updated: dataTable.setValue(list); |
Workaround Description |
Bind the component and programmatically set the value on the component whenever data has changed and you want to ensure that the UI is updated: dataTable.setValue(list); |
Bind the component and programmatically set the value on the component (each time the contents of the component changes): dataTable.setValue(list); |
Fix Version/s | 1.7 [ 10080 ] |
Fix Version/s | 1.7Beta1 [ 10121 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Summary | Nested UIData components may not automatically update the UI when the list is changed | Nested UIData components don't reflect their changed data models |
Fix Version/s | 1.7 [ 10080 ] | |
Fix Version/s | 1.7Beta1 [ 10121 ] |
Assignee Priority | P1 |
Fix Version/s | 1.7 [ 10080 ] | |
Assignee | Mark Collette [ mark.collette ] |
Assignee | Mark Collette [ mark.collette ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Invalid [ 6 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Mark Collette [ mark.collette ] |