-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.1.2.CR2
-
Fix Version/s: None
-
Component/s: JSF Integration
-
Labels:None
-
Environment:
Seam 2.1.2 CR1, JBoss AS 5.0.0.GA, JSF 1.2
See exception.txt for the stacktrace. This is what i have in pages.xml
<exception class="javax.faces.application.ViewExpiredException" log="false">
<redirect view-id="/common/error.xhtml">
<message>#
</message>
</redirect>
</exception>
and the redirect is performed but i still see the exception in the log
Use case to reproduce:
Open a page with a commandButton, restart the application server and when it's started try to submit the form. This will cause a ViewExpiredException.