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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Jan 23 00:25:14 EST 2007


  User: sbryzak2
  Date: 07/01/23 00:25:14

  Modified:    examples/seamspace/view  register2.xhtml
  Log:
  finished user registration screen
  
  Revision  Changes    Path
  1.3       +2 -1      jboss-seam/examples/seamspace/view/register2.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: register2.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/register2.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- register2.xhtml	22 Jan 2007 16:20:18 -0000	1.2
  +++ register2.xhtml	23 Jan 2007 05:25:14 -0000	1.3
  @@ -19,7 +19,8 @@
                 
                 <div class="formRow">
                   <h:outputLabel for="picture">Member photo</h:outputLabel>
  -                <s:fileUpload id="picture" value="#{register.picture}"/>
  +                <s:fileUpload id="picture" data="#{register.picture}" 
  +                              contentType="#{register.pictureContentType}" />
                   <div class="validationError"><h:message for="picture"/></div>
                 </div>               
   
  
  
  



More information about the jboss-cvs-commits mailing list