Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0
-
Fix Version/s: 2.0.1
-
Component/s: ACE-Components, Framework
-
Labels:None
-
Environment:partial-state-saving=false
Icefaces2 revision# 23521
server: tomcat6
Application: ace-showcase
Description
ace-showcase on FF:
- Animation not working (looks like cannot change tabs)
- File Entry cannot upload second file
- Animation not working (looks like cannot change tabs)
- File Entry cannot upload second file
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 2.0.0 [ 10230 ] | |
| Affects | [Compatibility/Configuration] | |
| Assignee Priority | P1 | |
| Security | Private [ 10001 ] | |
| Assignee | Ted Goddard [ ted.goddard ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #23559 | Wed Dec 15 16:40:06 MST 2010 | ted.goddard | checking for previous dynamic resource component via endsWith on id ( |
| Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/core/src/main/java/org/icefaces/impl/event/FormSubmit.java
MODIFY
/icefaces2/trunk/icefaces/core/src/main/java/org/icefaces/impl/event/WindowAndViewIDSetup.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #23563 | Wed Dec 15 17:29:58 MST 2010 | ted.goddard | checking for previous dynamic resource component via endsWith on id rather than a component attribute which is not respected under all state saving modes ( |
| Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/ace/component/src/org/icefaces/component/fileentry/FileEntryFormSubmit.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee Priority | P1 | |
| Resolution | Fixed [ 1 ] |
| Salesforce Case | [] | |
| Security | Private [ 10001 ] |
| Attachment | screenshot-1.jpg [ 12775 ] |
| Attachment | screenshot-2.jpg [ 12776 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Salesforce Case | [] | |
| Fix Version/s | 2.0.1 [ 10255 ] | |
| Fix Version/s | 2.0.0 [ 10230 ] |
| Assignee | Ted Goddard [ ted.goddard ] | Ken Fyten [ ken.fyten ] |
| Salesforce Case | [] | |
| Assignee Priority | P2 | |
| Assignee | Ken Fyten [ ken.fyten ] | Greg Dick [ greg.dick ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #23820 | Tue Jan 18 15:32:57 MST 2011 | greg.dick | |
| Files Changed | ||||
ADD
/icefaces2/trunk/icefaces/ace/component/src/org/icefaces/component/animation/BehaviorStateHolderSaver.java
MODIFY
/icefaces2/trunk/icefaces/ace/component/src/org/icefaces/component/animation/AnimationBehavior.java
ADD
/icefaces2/trunk/icefaces/ace/component/src/org/icefaces/component/animation/BehaviorBase.java
|
| Salesforce Case | [] | |
| Fix Version/s | 2.1 [ 10241 ] | |
| Fix Version/s | 2.0.1 [ 10255 ] | |
| Assignee Priority | P2 |
| Salesforce Case | [] | |
| Fix Version/s | 2.0.1 [ 10255 ] | |
| Fix Version/s | 2.1 [ 10241 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Affects | [Compatibility/Configuration] | |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Able to change tabs in ace-showcase animation, but the following Exception is seen and the animation does not return to initial state:
java.lang.IllegalStateException: Component ID _t29_windowviewid has already been found in the view.
at com.sun.faces.util.Util.checkIdUniqueness(Util.java:820)
at com.sun.faces.util.Util.checkIdUniqueness(Util.java:804)
at com.sun.faces.util.Util.checkIdUniqueness(Util.java:804)
at com.sun.faces.util.Util.checkIdUniqueness(Util.java:804)
at com.sun.faces.util.Util.checkIdUniqueness(Util.java:804)
at com.sun.faces.util.Util.checkIdUniqueness(Util.java:804)
at com.sun.faces.application.StateManagerImpl.saveView(StateManagerImpl.java:129)
at javax.faces.application.StateManager.getViewState(StateManager.java:525)
at org.icefaces.impl.context.DOMPartialViewContext.renderState(DOMPartialViewContext.java:421)
at org.icefaces.impl.context.DOMPartialViewContext.processPartial(DOMPartialViewContext.java:195)