users@javaserverfaces.java.net

JSF 1.2_07: What does 'com.sun.faces.enableRestoreView11Compatibility' actually do?

From: Todd Patrick <Todd.Patrick_at_dtn.com>
Date: Thu, 31 Jan 2008 10:05:38 -0600

JSF 1.2_07 Java EE 5 I've been suffering through the following error by using JAAS with JSF 1.2_07: javax.faces.application.ViewExpiredException: viewId:/customer/customer.jsf - View /customer/customer.jsf could not be restored. at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:1 86) I googled information on JSF 1.1 compatibility mode by setting the following in my web.xml: <context-param> <param-name>com.sun.faces.enableRestoreView11Compatibility</param-name> <param-value>true</param-value> </context-param> Now, everything is working without error - I can get JAAS and JSF to work properly?!?! Where is the documentation on what the JSF 1.1 compatibility mode actually does? Thanks, --Todd ----------------------------------------- NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.