[jboss-cvs] jboss-seam/seam-gen/view ...

Gavin King gavin.king at jboss.com
Thu Mar 15 22:49:50 EDT 2007


  User: gavin   
  Date: 07/03/15 22:49:50

  Modified:    seam-gen/view  editproperty.xhtml.ftl
  Log:
  oops
  
  Revision  Changes    Path
  1.10      +1 -1      jboss-seam/seam-gen/view/editproperty.xhtml.ftl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: editproperty.xhtml.ftl
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/editproperty.xhtml.ftl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- editproperty.xhtml.ftl	23 Feb 2007 03:19:07 -0000	1.9
  +++ editproperty.xhtml.ftl	16 Mar 2007 02:49:50 -0000	1.10
  @@ -27,7 +27,7 @@
                                      <s:convertDateTime type="date" dateStyle="short" pattern="MM/dd/yyyy"/>
                                      <a:support event="onblur" reRender="${componentProperty.name}Decoration"/>
                                  </h:inputText>
  -                               <s:selectDate for="${property.name}">
  +                               <s:selectDate for="${componentProperty.name}">
                                      <h:graphicImage url="img/dtpick.gif" style="margin-left:5px"/>
                                  </s:selectDate>
   <#elseif propertyType == "time">
  
  
  



More information about the jboss-cvs-commits mailing list