Re: i18n input

2004-12-06 Thread Guillaume Cottenceau
Huw Richards huw.richards 'at' oprig.com writes: 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

RE: i18n input

2004-12-06 Thread Simon Matic Langford
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

RE: i18n input

2004-12-06 Thread Huw Richards
' 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

RE: i18n input

2004-12-06 Thread Simon Matic Langford
not necessarily be the views of The PCMS Group plc and should not be taken as authority to carry out any instruction contained. -Original Message- From: Huw Richards [mailto:[EMAIL PROTECTED] Sent: 06 December 2004 11:55 To: Struts Users Mailing List Subject: RE: i18n input Hi

RE: i18n input

2004-12-06 Thread Simon Matic Langford
to the entered value rather than throw an exception... simon -Original Message- From: Huw Richards [mailto:[EMAIL PROTECTED] Sent: 06 December 2004 16:05 To: Struts Users Mailing List Subject: RE: i18n input So does your translation code handle user input errors, like a number

RE: i18n input

2004-12-06 Thread Huw Richards
PROTECTED] Sent: Monday, December 06, 2004 7:03 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

Re: i18n input

2004-12-03 Thread Hubert Rabago
FormDef can help you with this. https://formdef.dev.java.net. There's a locale.war sample app download which can work with different locales. It doesn't have support for BigDecimals, though (not yet, anyway). For displaying them on the screen, experiment bean:write with format/formatKey/locale

RE: i18n input

2004-12-03 Thread Simon Matic Langford
yeah, I've looked at formdef, unfortunately I'm using an extension to struts which prevents me using this, is there anything else? simon -Original Message- From: Hubert Rabago [mailto:[EMAIL PROTECTED] Sent: 03 December 2004 14:53 To: Struts Users Mailing List Subject: Re: i18n

RE: i18n input

2004-12-03 Thread Jim Barrows
-Original Message- From: Simon Matic Langford [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 2:50 AM To: [EMAIL PROTECTED] Subject: i18n input Is there a general pattern for localised input, ie being able to enter numbers and dates formatted for Germany but getting

RE: i18n input

2004-12-03 Thread Simon Matic Langford
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... Java comes with i18n

RE: i18n input

2004-12-03 Thread Jim Barrows
-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

RE: i18n input

2004-12-03 Thread Huw Richards
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

RE: i18n input

2004-12-03 Thread Jim Barrows
-Original Message- From: Huw Richards [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 4:05 PM 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