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

Gavin King gavin.king at jboss.com
Wed Oct 11 17:21:20 EDT 2006


  User: gavin   
  Date: 06/10/11 17:21:20

  Modified:    src/ui/META-INF  taglib.tld
  Log:
  jsp support for s:convertDateTime
  
  Revision  Changes    Path
  1.16      +44 -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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- taglib.tld	2 Oct 2006 18:20:36 -0000	1.15
  +++ taglib.tld	11 Oct 2006 21:21:20 -0000	1.16
  @@ -1060,4 +1060,48 @@
   		</attribute>
   	</tag>
   
  +	<tag>
  +		<name>convertDateTime</name>
  +		<tag-class>
  +			org.jboss.seam.ui.tag.ConvertDateTimeTag
  +		</tag-class>
  +		<body-content>empty</body-content>
  +		<attribute>
  +			<name>dateStyle</name>
  +			<required>false</required>
  +			<rtexprvalue>false</rtexprvalue>
  +			<description>default|short|medium|long|full</description>
  +		</attribute>
  +		<attribute>
  +			<name>locale</name>
  +			<required>false</required>
  +			<rtexprvalue>false</rtexprvalue>
  +			<description>locale</description>
  +		</attribute>
  +		<attribute>
  +			<name>pattern</name>
  +			<required>false</required>
  +			<rtexprvalue>false</rtexprvalue>
  +			<description>Custom formatting pattern</description>
  +		</attribute>
  +		<attribute>
  +			<name>timeStyle</name>
  +			<required>false</required>
  +			<rtexprvalue>false</rtexprvalue>
  +			<description>default|short|medium|long|full</description>
  +		</attribute>
  +		<attribute>
  +			<name>timeZone</name>
  +			<required>false</required>
  +			<rtexprvalue>false</rtexprvalue>
  +			<description>timeZone</description>
  +		</attribute>
  +		<attribute>
  +			<name>type</name>
  +			<required>false</required>
  +			<rtexprvalue>false</rtexprvalue>
  +			<description>date|time|both</description>
  +		</attribute>
  +	</tag>
  +
   </taglib>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list