Details
Description
The current state saving implementation makes use of a boolean field on D2DViewHandler. This may not be thread safe and may require a different implementation strategy.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 1.8DR#2 [ 10142 ] | |
| Assignee | Greg Dick [ greg.dick ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #17958 | Wed Dec 03 10:42:28 MST 2008 | greg.dick | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/application/D2DViewHandler.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.8 [ 10161 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Greg Dick [ greg.dick ] |

It may be possible to use an attribute on the UIViewRoot to indicate whether state saving has been performed or not during a given JSF lifecycle.