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
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Brad Kroeger [ brad.kroeger ] | Patrick Corless [ patrick.corless ] |
Patrick Corless
made changes -
Salesforce Case | [] | |
Fix Version/s | EE-2.0.0.Beta1 [ 10254 ] | |
Affects Version/s | 1.8.2.GA_P01 [ 10221 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Invalid [ 6 ] |
Ken Fyten
made changes -
Fix Version/s | EE-2.0.0.Alpha1 [ 10260 ] | |
Fix Version/s | EE-2.0.0.Beta1 [ 10254 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.