Florian:
Is there a "nice" way? Well, that's a stretch. But you can create an
instance of java.text.NumberFormat for the user's specific locale (which
should be available in the session scope as
session.getAttribute(Action.LOCALE_KEY)). Then use the parse() method of
NumberFormat to convert Strings like the below into a Number, and use the
format() method to do the reverse. It's all in the api docs for
NumberFormat.

dave

> -----Original Message-----
> From: florian [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 02, 2003 4:03 AM
> To: [EMAIL PROTECTED]
> Subject: converting localized user input to typed value
>
>
> hi!
>
> im wondering if there is a nice way to for example convert
> a "1.000,12" string to an Money object with this amount for
> the formbean?
>
> or how do you generally handle localized user input?
>
> thanks alot!
>
> ciao!
> florian
>
>


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

Reply via email to