From richfaces-svn-commits at lists.jboss.org Wed Apr 30 07:36:01 2008 Content-Type: multipart/mixed; boundary="===============2096513796071011267==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r8363 - trunk/docs/faq/en/src/main/docbook/module. Date: Wed, 30 Apr 2008 07:36:01 -0400 Message-ID: --===============2096513796071011267== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: artdaw Date: 2008-04-30 07:36:01 -0400 (Wed, 30 Apr 2008) New Revision: 8363 Modified: trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml Log: http://jira.jboss.com/jira/browse/RF-3117 - info about ViewExpiredException= workaround was added into FAQ Modified: trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-04-30 11:12:5= 3 UTC (rev 8362) +++ trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-04-30 11:36:0= 1 UTC (rev 8363) @@ -2342,4 +2342,22 @@ = +
+ + How to handle ViewExpiredException? + + As RichFaces 3.1 is targeted = at JSF 1.1, = + you won't get ViewExpiredExceptions= generated when using it with JSF 1.2. + This exception appears after session timeout. + + + Fortunately there is an easy workaround. Add to yo= ur web.xml: + + + com.sun.faces.enableRestoreView11Compatibility + true + +...]]> = +
--===============2096513796071011267==--