[jboss-cvs] jboss-seam/src/ui/META-INF ...

Norman Richards norman.richards at jboss.com
Mon Mar 12 11:37:48 EDT 2007


  User: nrichards
  Date: 07/03/12 11:37:48

  Modified:    src/ui/META-INF  taglib.tld
  Log:
  add selectDate to TLD
  
  Revision  Changes    Path
  1.37      +6 -0      jboss-seam/src/ui/META-INF/taglib.tld
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: taglib.tld
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/taglib.tld,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -b -r1.36 -r1.37
  --- taglib.tld	22 Feb 2007 15:10:58 -0000	1.36
  +++ taglib.tld	12 Mar 2007 15:37:48 -0000	1.37
  @@ -876,6 +876,12 @@
         <rtexprvalue>false</rtexprvalue>
         <description>the field identifier of the input item to pick a date for</description>
       </attribute>
  +    <attribute>
  +      <name>dateFormat</name>
  +      <required>true</required>
  +      <rtexprvalue>false</rtexprvalue>
  +      <description>the date format</description>
  +    </attribute>
     </tag>
   
     <tag>
  
  
  



More information about the jboss-cvs-commits mailing list