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.
Activity
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Assignee Priority | P2 | |
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Deryk Sinotte
made changes -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26883 | Wed Dec 14 16:14:45 MST 2011 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java |
Nils Lundquist
made changes -
Assignee | Deryk Sinotte [ deryk.sinotte ] | Nils Lundquist [ nils.lundquist ] |
Nils Lundquist
made changes -
Nils Lundquist
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 3.0.RC2 [ 10313 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.