[weld-commits] Weld SVN: r5886 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Feb 18 16:41:02 EST 2010


Author: dan.j.allen
Date: 2010-02-18 16:41:01 -0500 (Thu, 18 Feb 2010)
New Revision: 5886

Modified:
   doc/trunk/reference/en-US/example.xml
Log:
use inputSecret instead of inputText


Modified: doc/trunk/reference/en-US/example.xml
===================================================================
--- doc/trunk/reference/en-US/example.xml	2010-02-18 18:08:33 UTC (rev 5885)
+++ doc/trunk/reference/en-US/example.xml	2010-02-18 21:41:01 UTC (rev 5886)
@@ -31,7 +31,7 @@
          <h:outputLabel for="username">Username:</h:outputLabel>
          <h:inputText id="username" value="#{credentials.username}"/>
          <h:outputLabel for="password">Password:</h:outputLabel>
-         <h:inputText id="password" value="#{credentials.password}"/>
+         <h:inputSecret id="password" value="#{credentials.password}"/>
       </f:validateBean>
    </h:panelGrid>
    <h:commandButton value="Login" action="#{login.login}" rendered="#{!login.loggedIn}"/>



More information about the weld-commits mailing list