In the Seam2.0.0.GA ref pdf, on pg. 291 there is some info on 
s:convertDateTime.  I'd like to use this tag and need to know what all the 
attributes are and what their purpose is, etc. (like you see on richfaces demo 
website).  Is there such a website/webpage for Seam tags?

I found (most of) the info I need in the s.tld file in jboss-seam-ui.jar.  So 
it appears that the section on convertDateTime needs to be updated to reflect 
these attributes (currently states "attributes none").  Also where are the 
descriptions for these attributes for this tag???  What is this prop object?


  |      <tag>
  |   <name>convertDateTime</name>
  |   <tag-class>org.jboss.seam.ui.taglib.ConvertDateTimeTag</tag-class>
  |   <body-content>JSP</body-content>
  |       <description>Perform date or time conversions in the Seam 
timezone.</description>
  |               <attribute>
  |    <name>locale</name>
  |       <rtexprvalue>false</rtexprvalue>
  |    <description>${prop.xmlEncodedDescription}</description>
  |   </attribute>
  |                       <attribute>
  |    <name>timeZone</name>
  |       <rtexprvalue>false</rtexprvalue>
  |    <description>${prop.xmlEncodedDescription}</description>
  |   </attribute>
  |                       <attribute>
  |    <name>type</name>
  |       <rtexprvalue>false</rtexprvalue>
  |    <description>${prop.xmlEncodedDescription}</description>
  |   </attribute>
  |                       <attribute>
  |    <name>dateStyle</name>
  |       <rtexprvalue>false</rtexprvalue>
  |    <description>${prop.xmlEncodedDescription}</description>
  |   </attribute>
  |                       <attribute>
  |    <name>pattern</name>
  |       <rtexprvalue>false</rtexprvalue>
  |    <description>${prop.xmlEncodedDescription}</description>
  |   </attribute>
  |                       <attribute>
  |    <name>timeStyle</name>
  |       <rtexprvalue>false</rtexprvalue>
  |    <description>${prop.xmlEncodedDescription}</description>
  |   </attribute>
  |               </tag>

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110619#4110619

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110619
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to