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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Feb 13 10:08:13 EST 2007


  User: sbryzak2
  Date: 07/02/13 10:08:13

  Modified:    examples/seamspace/view  register.xhtml
  Log:
  use resource servlet
  
  Revision  Changes    Path
  1.9       +1 -1      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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- register.xhtml	8 Feb 2007 10:42:29 -0000	1.8
  +++ register.xhtml	13 Feb 2007 15:08:13 -0000	1.9
  @@ -82,7 +82,7 @@
                 </div>           
                 
                 <div class="formRow">
  -                <h:graphicImage value="/captcha?#{captcha.id}"/>
  +                <h:graphicImage value="/seam/resource/captcha?#{captcha.id}"/>
                 </div>
                 
                 <div class="formRow">
  
  
  



More information about the jboss-cvs-commits mailing list