Folks,

We have an internationalised site using struts 1.3.8.
We output currency and number values to the JSP with the bean:write tag and 
this works well.


The problem comes when the user is entering numbers, currency and dates via an 
html:text field.

Ideally it would be nice if the conversion to US/UK format was handled automatically so any subsequent parsing and arithmetic would work. I cant find any way to get the html:text tag to do this - various texts I hav read suggest that it is locale-sensitive but if I put a "format" or "formatKey" attribute in the tag the poage does not compile.


It occurs to me that this must be a generic issue.
Is there a standard solution for handling input of numbers and dates in non-US 
format?
If so what is it?

If the conversion cannot be automatic is it best handled  or in the action or 
actionform?




Thanks - Adam


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

Reply via email to