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

Gavin King gavin.king at jboss.com
Thu Nov 8 00:53:08 EST 2007


  User: gavin   
  Date: 07/11/08 00:53:08

  Modified:    examples/seamspace/view  register.xhtml
  Log:
  simplified CAPTCHA
  
  Revision  Changes    Path
  1.16      +1 -5      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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- register.xhtml	6 Sep 2007 22:57:34 -0000	1.15
  +++ register.xhtml	8 Nov 2007 05:53:08 -0000	1.16
  @@ -82,11 +82,7 @@
                 </div>           
                 
                 <div class="formRow">
  -                <h:graphicImage value="/seam/resource/captcha?#{captcha.id}"/>
  -              </div>
  -              
  -              <div class="formRow">
  -                <h:outputLabel for="verifyCaptcha">Enter the above letters<em>*</em></h:outputLabel>
  +                <h:outputLabel for="verifyCaptcha"><h:graphicImage value="/seam/resource/captcha"/><em>*</em></h:outputLabel>
                   <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