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

Shane Bryzak Shane_Bryzak at symantec.com
Thu Dec 21 21:50:24 EST 2006


  User: sbryzak2
  Date: 06/12/21 21:50:24

  Modified:    examples/seamspace/view  profile.xhtml
  Log:
  support image rescaling
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/seamspace/view/profile.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: profile.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/profile.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- profile.xhtml	21 Dec 2006 13:05:01 -0000	1.2
  +++ profile.xhtml	22 Dec 2006 02:50:24 -0000	1.3
  @@ -11,7 +11,7 @@
   			
   			  <div class="errors"><h:messages globalOnly="true"/></div> 
   			  
  -			  <h:graphicImage value="/content/images?id=#{selectedMember.picture.imageId}"/>
  +			  <h:graphicImage value="/content/images?id=#{selectedMember.picture.imageId}&amp;width=170"/>
   			  
         </div>
       
  
  
  



More information about the jboss-cvs-commits mailing list