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

Gavin King gavin.king at jboss.com
Thu Feb 8 01:22:51 EST 2007


  User: gavin   
  Date: 07/02/08 01:22:51

  Modified:    examples/seamspace/view  register.xhtml
  Log:
  use built-in component
  
  Revision  Changes    Path
  1.7       +2 -2      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- register.xhtml	2 Feb 2007 23:16:48 -0000	1.6
  +++ register.xhtml	8 Feb 2007 06:22:51 -0000	1.7
  @@ -78,12 +78,12 @@
                 </div>           
                 
                 <div class="formRow">
  -                <h:graphicImage value="/captcha?#{register.captchaId}"/>
  +                <h:graphicImage value="/captcha?#{captcha.id}"/>
                 </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"/>
  +                <h:inputText id="verifyCaptcha" value="#{captcha.response}" required="true"/>
                   <div class="validationError"><h:message for="verifyCaptcha"/></div>
                 </div>
                 
  
  
  



More information about the jboss-cvs-commits mailing list