Needed to set the UIViewRoot in resume()
This commit is contained in:
@@ -83,6 +83,7 @@ public class JsfView implements View {
|
||||
|
||||
public void resume() {
|
||||
FacesContext facesContext = FlowFacesContext.newInstance(context, facesLifecycle);
|
||||
facesContext.setViewRoot(viewRoot);
|
||||
try {
|
||||
if (restored && !facesContext.getResponseComplete() && !facesContext.getRenderResponse()) {
|
||||
facesLifecycle.execute(facesContext);
|
||||
|
||||
Reference in New Issue
Block a user