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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user