Details
Description
When running component-showcase with state saving turned on reloading the page after clicking any of the command links at least once I get the
following exception:
java.lang.NullPointerException
com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:399)
com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:158)
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:17)
.........
The stack trace shows that when D2DViewHandler.renderResponse is invoked
the ViewRoot is null.
following exception:
java.lang.NullPointerException
com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:399)
com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:158)
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:17)
.........
The stack trace shows that when D2DViewHandler.renderResponse is invoked
the ViewRoot is null.
Activity
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #18039 | Fri Dec 12 12:09:16 MST 2008 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/BridgeFacesContext.java
|
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 1.8DR#2 [ 10142 ] | |
| Assignee | Mircea Toma [ mircea.toma ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.8 [ 10161 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Mircea Toma [ mircea.toma ] |

Don't skip restore view phase on page reload when state saving is enabled.