[seam-commits] Seam SVN: r10236 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Mar 30 14:08:19 EDT 2009
Author: dan.j.allen
Date: 2009-03-30 14:08:19 -0400 (Mon, 30 Mar 2009)
New Revision: 10236
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Events.xml
Log:
fix broken end tag
Modified: trunk/doc/Seam_Reference_Guide/en-US/Events.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Events.xml 2009-03-30 17:40:32 UTC (rev 10235)
+++ trunk/doc/Seam_Reference_Guide/en-US/Events.xml 2009-03-30 18:08:19 UTC (rev 10236)
@@ -144,6 +144,8 @@
This condition consults the <literal>ResponseStateManager#isPostback(FacesContext)</literal> to
determine if the request is a postback. The ResponseStateManager is accessed using
<literal>FacesContext.getCurrentInstance().getRenderKit().getResponseStateManager()</literal>.
+ </para>
+
<para>
To save you from the verbosity of JSF's API, Seam offers a built-in condition that allows you to
accomplish the same result with a heck of a lot less typing. You can disable a page action on postback
More information about the seam-commits
mailing list