Hi

It was something along those lines. 

My business objects tend to have convert methods where I take the strings of
the value object (which have been created in the Action from the form) and
turn them into their correct types. I have a NumberUtil class which I use
for converting locale specific strings into BigDecimal. This NumberUtil
class has a static method which takes a String and a Locale as parameters
and returns a BigDecimal.

Huw

-----Original Message-----
From: Simon Matic Langford [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 06, 2004 5:05 AM
To: 'Struts Users Mailing List'
Subject: RE: i18n input



___________________________________________________________

*** WARNING ***

This email has been received from the internet. 
Check any attachments for viruses before opening them. 
___________________________________________________________


huw,

how did you handle this input on the server side? did you have some
cunning scheme
or just a lot of
NumberFormat.getNumberInstance(request.getLocale()).parse(formBean.getFi
eld())?

thanks

simon
 

> -----Original Message-----
> From: Huw Richards [mailto:[EMAIL PROTECTED] 
> Sent: 03 December 2004 23:05
> To: Struts Users Mailing List
> Subject: RE: i18n input
> 
> 
> The one problem I had with i18n input was with European 
> locales where "," is
> used as the decimal separator. The number would be formatted 
> with "," as the
> decimal separator but as the input boxes are just text, the 
> numeric keypad
> which produces "," in excel when "." is pressed just produces 
> "." in the
> number box. I had to rely on an adapted javascript to mask 
> the numbers on
> field entry & exit.
> 
> -----Original Message-----
> From: Jim Barrows [mailto:[EMAIL PROTECTED] 
> Sent: Friday, December 03, 2004 11:00 AM
> To: Struts Users Mailing List
> Subject: RE: i18n input
> 
> 
> 
> ___________________________________________________________
> 
> *** WARNING ***
> 
> This email has been received from the internet. 
> Check any attachments for viruses before opening them. 
> ___________________________________________________________
> 
> 
> 
> 
> > -----Original Message-----
> > From: Simon Matic Langford [mailto:[EMAIL PROTECTED]
> > Sent: Friday, December 03, 2004 8:51 AM
> > To: 'Struts Users Mailing List'
> > Subject: RE: i18n input
> > 
> > 
> > yeah, I know I can do this, but this is a large system with 
> around 200
> > jsps 80 views
> > and a number of controllers. doing the display is 
> reasonably simple I
> > know, but extremely
> > tedious and prone to errors, I was hoping for a more 
> elegant solution
> > which also handles
> > input...
> 
> I believe it does handle input as well... depending on the 
> browser, which
> java has no control over.  
> 
> > > 
> > > Java comes with i18n built in.  You want the JSTL <fmt:blah 
> > > for output and look at the way message resources are handled 
> > > in struts, as well as read through the i18n documentation on 
> > > the sun site.
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ___________________________________________________________ 
> 
> CONFIDENTIALITY NOTE 
> 
> This message may contain confidential and privileged information. 
> If you think, for any reason, that this message may have been 
> addressed to you in error, you must not disseminate, copy or 
> take any action in reliance on it and we would ask you to notify us 
> immediately by return email to "[EMAIL PROTECTED]". 
> 
http://www.oprig.com 


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


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


___________________________________________________________ 

CONFIDENTIALITY NOTE 

This message may contain confidential and privileged information. 
If you think, for any reason, that this message may have been 
addressed to you in error, you must not disseminate, copy or 
take any action in reliance on it and we would ask you to notify us 
immediately by return email to "[EMAIL PROTECTED]". 

http://www.oprig.com 


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

Reply via email to