[EMAIL PROTECTED] wrote:
Hello all. A while back I poked around and I think I remember finding some resource property keys that I could override for Object formatting. For instance, using <html:text property="foo"/> where foo is a Date on some bean. i want dates output and read in as mm/DD/yyyy. Anyone know what key I should be use to specify this?

AFAIK there are no properties that give you automatic formatting like that. You can format to your requirements using Struts' bean:write tag [1] or JSTL's fmt:* tags [2] though.

L.

[1] http://struts.apache.org/struts-taglib/tlddoc/bean/write.html
[2] http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/fmt/tld-summary.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to