I have an <html:text> input in my form, in which the user should put a
float value. Now I would like to allow the user to enter the Italian
decimal separator, that is comma (",") instead of dot ("."), but of
course I got a null property value for the Float in my ActionForm!! I
then tried to do this by myself, and it works fine, but I have to
directly access request.getParameter("...") which is undesirable, also
because now I have a form in which the former is nested, and so
request.getParameter("...") should take this into account.

Is there a better and "standard" solution to this ?
Thanks everyone

Renato
____________________________________
Renato Romano
Sistemi e Telematica S.p.A.
Calata Grazie - Vial Al Molo Giano
16127 - GENOVA

e-mail: [EMAIL PROTECTED]
Tel.:   010 2712603
_____________________________________


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

Reply via email to