If there is an interest I could make the tags I have worked up a little more locale independent, minimize the javascript, and based on 1.1 and donate them.
<html:checkbox [name=] property= [other tags] /> <html:date [name=] property= [other tags] format='text format string' lookup= /> Assumes the get /set methods would return a java date. <html:bigdecimal [name=] property= [other tags] decimals= /> Assumes a BigDecimal getter / setter methods. They are compatible with the nested library, opera, i.e. 5 and higher. I haven't tried them on netscape. Obviously, I have found them very handy. Edgar -----Original Message----- From: Daniel Honig [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 10:40 AM To: Struts Developers List Subject: RE: Basic Issues This is the correct view in IMHO. ATG had an interesting feature called "converters" the converter could be specified on the element that was being displayed as in <input bean="some/bean/property" converter="date(someformat)"> I've scrathed and itched a few times before wishing for this in Struts. It was quick easy and de-coupled. It worked well enough. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>