我正在使用JSF 2,primefaces 2.2.RC2,google-appengine
我最近从myfaces-2.0.0.beta3转到myfaces-bundle-2.0.3
有了这个新版本,我会在实际会话超时之前非常频繁地获得以下异常。
/login.jsfNo saved view state could be found for the view identifier: /login.jsf
Caused by:
javax.faces.application.ViewExpiredException - /login.jsfNo saved view state could be found for the view identifier: /login.jsf
我已将会话超时设置为10分钟。
通过查看其他博客,我为facelets.BUILD_BEFORE_RESTORE参数设置了true。 但这没有帮助
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at
java.util.ArrayList.rangeCheck(ArrayList.java:571) at
java.util.ArrayList.get(ArrayList.java:349) at javax.faces.component.AttachedObjectListHolder.restoreState(AttachedObjectListHolder.java:161) at
javax.faces.component.UIComponentBase.restoreState(UIComponentBase.java:1428) –