Details
Description
New instances of the request bound beans should be created every time a page request is made (reload, redirect, or first time GET request). Keeping the request bound beans around *only* during page reloads would look like an anomaly in the eyes of application developer.
Activity
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #17679 | Wed Oct 01 14:18:08 MDT 2008 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/xmlhttp/PersistentFacesState.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/ReceiveSendUpdates.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/command/CommandQueue.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/SingleViewServer.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/BridgeFacesContext.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/MultiViewServer.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/View.java
|
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Mircea Toma [ mircea.toma ] |
| Fix Version/s | 1.8DR#1 [ 10141 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #17690 | Fri Oct 03 04:30:11 MDT 2008 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/View.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #17702 | Mon Oct 06 02:42:34 MDT 2008 | mircea.toma | |
| Files Changed | ||||
DEL
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/UnknownExternalContext.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #17907 | Mon Nov 17 15:11:53 MST 2008 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/webapp/http/core/MultiViewServer.java
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/bridge/src/application.js
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/webapp/http/core/SingleViewServer.java
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/context/BridgeFacesContext.java
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/context/BridgeExternalContext.java
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/context/View.java
|
| Fix Version/s | 1.8 [ 10161 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Mircea Toma [ mircea.toma ] |

Recreate request bound beans on page reload. Refactor code along the way.