You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Torsten Trzeciak <to...@trzeciak.de> on 2001/12/31 08:43:48 UTC

html:text and international date / value formats (like bean:write)

Hi,
I am developing an application which must present numbers and dates in
different international formats.
The new bean:write tag (format attribute) works great. Although I don't
know to which version the nightly built belongs.
 
Now I need something similar for the html:text tag to present my form
data in different formats.
 
What is the best approach?
 
Using a common html tag with bean:write as a value ?
How will the form -> bean mapping work after sending the form data?
 
Thanks in advance