[seam-commits] Seam SVN: r9242 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Oct 8 22:08:29 EDT 2008
Author: shane.bryzak at jboss.com
Date: 2008-10-08 22:08:29 -0400 (Wed, 08 Oct 2008)
New Revision: 9242
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Events.xml
Log:
JBSEAM-3173
Modified: trunk/doc/Seam_Reference_Guide/en-US/Events.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Events.xml 2008-10-09 01:16:54 UTC (rev 9241)
+++ trunk/doc/Seam_Reference_Guide/en-US/Events.xml 2008-10-09 02:08:29 UTC (rev 9242)
@@ -916,12 +916,13 @@
@ApplicationException(rollback=true)
public class UnrecoverableApplicationException extends RuntimeException { ... }]]></programlisting>
+ <note>
+ It is important to note that Seam cannot handle exceptions that occur during JSF's
+ RENDER_RESPONSE phase, as it is not possible to perform a redirect once the response
+ has started being written to.
+ </note>
+
<para>
- Note that <literal>@Redirect</literal> does not work for exceptions
- which occur during the render phase of the JSF lifecycle.
- </para>
-
- <para>
You can also use EL to specify the <literal>viewId</literal> to redirect to.
</para>
More information about the seam-commits
mailing list