[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Shane Bryzak sbryzak at redhat.com
Thu Apr 5 00:39:16 EDT 2007


  User: sbryzak2
  Date: 07/04/05 00:39:16

  Modified:    doc/reference/en/modules  security.xml
  Log:
  extra detail in captcha example
  
  Revision  Changes    Path
  1.54      +7 -1      jboss-seam/doc/reference/en/modules/security.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/security.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -b -r1.53 -r1.54
  --- security.xml	24 Mar 2007 23:47:17 -0000	1.53
  +++ security.xml	5 Apr 2007 04:39:16 -0000	1.54
  @@ -1142,8 +1142,14 @@
     
   <div>
       <h:outputLabel for="verifyCaptcha">Enter the above letters</h:outputLabel>
  -    <h:inputText id="verifyCaptcha" value="#{captcha.response}" required="true"/>
  +    <h:inputText id="verifyCaptcha" value="#{captcha.response}" required="true">
  +      <s:validate />
  +    </h:inputText>
       <div class="validationError"><h:message for="verifyCaptcha"/></div>
  +</div>
  +
  +<div>
  +    <h:commandButton action="#{register.next}" value="Register"/>
   </div>]]></programlisting>
         
         <para>
  
  
  



More information about the jboss-cvs-commits mailing list