Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: 1.8.2.GA_P01
-
Fix Version/s: EE-2.0.0.Alpha1
-
Component/s: Facelet Components
-
Labels:None
-
Environment:ICEfaces 2.0 / CC2
Description
Non-unique List
- Can not add more then one item to the list, nest item always replaces existing item.
- Remove button removes a list item, clicking remove again puts the item back in the list.
Enforcing unique items.
- Remove button removes a list item, clicking remove again puts the item back in the list.
Adding an item to the second list that is unique and shouldn't be added works as expected, However the item gets added to the first list even now that should be separate object instances.
The above problems are regressions from 1.8.2
- Can not add more then one item to the list, nest item always replaces existing item.
- Remove button removes a list item, clicking remove again puts the item back in the list.
Enforcing unique items.
- Remove button removes a list item, clicking remove again puts the item back in the list.
Adding an item to the second list that is unique and shouldn't be added works as expected, However the item gets added to the first list even now that should be separate object instances.
The above problems are regressions from 1.8.2
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
My bad, turned out to be a bean scope issue. Demo was using our old extended request scope which has been replaced by view scope in JSF2.0.