[jboss-cvs] jboss-seam/examples/seamspace/view ...

Shane Bryzak Shane_Bryzak at symantec.com
Fri Feb 2 11:39:52 EST 2007


  User: sbryzak2
  Date: 07/02/02 11:39:52

  Modified:    examples/seamspace/view  register.xhtml
  Log:
  JBSEAM-738
  
  Revision  Changes    Path
  1.5       +10 -0     jboss-seam/examples/seamspace/view/register.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: register.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/register.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- register.xhtml	23 Jan 2007 02:48:23 -0000	1.4
  +++ register.xhtml	2 Feb 2007 16:39:52 -0000	1.5
  @@ -77,6 +77,16 @@
                   <div class="validationError"><h:message for="dob"/></div>
                 </div>           
                 
  +              <div class="formRow">
  +                <h:graphicImage value="/captcha?#{register.captchaId}"/>
  +              </div>
  +              
  +              <div class="formRow">
  +                <h:outputLabel for="verifyCaptcha">Enter the above letters<em>*</em></h:outputLabel>
  +                <h:inputText id="verifyCaptcha" value="#{register.verifyCaptcha}" required="true"/>
  +                <div class="validationError"><h:message for="verifyCaptcha"/></div>
  +              </div>
  +              
               </s:validateAll>
               
               <div class="buttons">
  
  
  



More information about the jboss-cvs-commits mailing list