[webbeans-commits] Webbeans SVN: r636 - doc/trunk/reference/en/modules.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sat Dec 20 19:39:17 EST 2008


Author: gavin.king at 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>




More information about the weld-commits mailing list