SWF-1112 - JSF 1.2-specific call to StateManager.saveView should be replaced with saveSerializedView for JSF 1.1 compatibiliy

This commit is contained in:
Jeremy Grelle
2009-04-23 13:58:42 +00:00
parent 54bd814886
commit 65a932c766

View File

@@ -127,7 +127,7 @@ public class JsfView implements View {
facesContext.setViewRoot(viewRoot);
}
try {
facesContext.getApplication().getStateManager().saveView(facesContext);
facesContext.getApplication().getStateManager().saveSerializedView(facesContext);
} finally {
facesContext.release();
}