Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 55394 invoked from network); 3 Dec 2004 23:22:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Dec 2004 23:22:34 -0000 Received: (qmail 89017 invoked by uid 500); 3 Dec 2004 23:21:43 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 88961 invoked by uid 500); 3 Dec 2004 23:21:43 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 88912 invoked by uid 99); 3 Dec 2004 23:21:42 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from claven.sssc.com (HELO SSSC-MAIL-2.internal.sssc.com) (12.34.77.106) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Dec 2004 15:21:41 -0800 content-class: urn:content-classes:message Subject: RE: i18n input MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Fri, 3 Dec 2004 16:21:38 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: i18n input Thread-Index: AcTZi6v0qerkx6tlQfuOOMyX77gi8AAAv3qQ From: "Jim Barrows" To: "Struts Users Mailing List" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > -----Original Message----- > From: Huw Richards [mailto:huw.richards@oprig.com] > Sent: Friday, December 03, 2004 4:05 PM > To: Struts Users Mailing List > Subject: RE: i18n input >=20 >=20 > The one problem I had with i18n input was with European=20 > locales where "," is > used as the decimal separator. The number would be formatted=20 > with "," as the > decimal separator but as the input boxes are just text, the=20 > numeric keypad > which produces "," in excel when "." is pressed just produces=20 > "." in the > number box. I had to rely on an adapted javascript to mask=20 > the numbers on > field entry & exit. Browser issue I believe.... which is not all that surprising I suppose. = Normally Swing/AWT handle I18N quite well, the problem with web apps = (any language) is the browser and what it thinks it should be doing. >=20 > -----Original Message----- > From: Jim Barrows [mailto:jbarrows@sssc.com]=20 > Sent: Friday, December 03, 2004 11:00 AM > To: Struts Users Mailing List > Subject: RE: i18n input >=20 >=20 >=20 > ___________________________________________________________ >=20 > *** WARNING *** >=20 > This email has been received from the internet.=20 > Check any attachments for viruses before opening them.=20 > ___________________________________________________________ >=20 >=20 >=20 >=20 > > -----Original Message----- > > From: Simon Matic Langford [mailto:simon.langford@pcmsgroup.com] > > Sent: Friday, December 03, 2004 8:51 AM > > To: 'Struts Users Mailing List' > > Subject: RE: i18n input > >=20 > >=20 > > yeah, I know I can do this, but this is a large system with=20 > around 200 > > jsps 80 views > > and a number of controllers. doing the display is=20 > reasonably simple I > > know, but extremely > > tedious and prone to errors, I was hoping for a more=20 > elegant solution > > which also handles > > input... >=20 > I believe it does handle input as well... depending on the=20 > browser, which > java has no control over. =20 >=20 > > >=20 > > > Java comes with i18n built in. You want the JSTL > > for output and look at the way message resources are handled=20 > > > in struts, as well as read through the i18n documentation on=20 > > > the sun site. > >=20 > >=20 > >=20 > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > > For additional commands, e-mail: user-help@struts.apache.org > >=20 > >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org >=20 >=20 > ___________________________________________________________=20 >=20 > CONFIDENTIALITY NOTE=20 >=20 > This message may contain confidential and privileged information.=20 > If you think, for any reason, that this message may have been=20 > addressed to you in error, you must not disseminate, copy or=20 > take any action in reliance on it and we would ask you to notify us=20 > immediately by return email to "postmaster@oprig.com".=20 >=20 > http://www.oprig.com=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org