Author: gavin.king(a)jboss.com
Date: 2008-12-20 19:39:17 -0500 (Sat, 20 Dec 2008)
New Revision: 636
Modified:
doc/trunk/reference/en/modules/example.xml
Log:
minor
Modified: doc/trunk/reference/en/modules/example.xml
===================================================================
--- doc/trunk/reference/en/modules/example.xml 2008-12-21 00:09:06 UTC (rev 635)
+++ doc/trunk/reference/en/modules/example.xml 2008-12-21 00:39:17 UTC (rev 636)
@@ -33,7 +33,7 @@
</h:panelGrid>
<h:commandButton value="Login" action="#{login.login}"
rendered="#{!login.loggedIn}"/>
<h:commandButton value="Logout" acion="#{login.logout}"
rendered="#{login.loggedIn}"/>
-</f:form]]></programlisting>
+</f:form>]]></programlisting>
<para>The actual work is done by a session scoped Web Bean that maintains
information about the currently logged-in user and exposes the
<literal>User</literal>
Show replies by date