Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.RC1
-
Component/s: Sample Apps
-
Labels:None
-
Environment:ICEfaces 3, Showcase sample app., MyFaces 2.1.3
-
Assignee Priority:P2
Description
Using the showcase sample app. with MyFaces 2.1.3:
ace:draggable/droppable:
Table Integration:
All browsers: Clicking 'Reset Cart' removes the items from the shopping cart but the table containing the draggable items is not re-populated.
Confirmed as a MyFaces issue. Looks like the update to reset occurs on the server-side but never makes it as a client update.
Works fine in Mojarra.
ace:draggable/droppable:
Table Integration:
All browsers: Clicking 'Reset Cart' removes the items from the shopping cart but the table containing the draggable items is not re-populated.
Confirmed as a MyFaces issue. Looks like the update to reset occurs on the server-side but never makes it as a client update.
Works fine in Mojarra.
This is working in my local copy so perhaps the general DataTable state saving change from http://jira.icefaces.org/browse/ICE-7561 also fixed this. However, that change has been reverted by the Component Team to be re-evaluated. If I update to the latest trunk, this and the other problems associated with that change return.