Re: Example for Internationalization

2000-12-14 Thread Michael Westbay
MARGALEFF-san wrote: > I am also interested in this example. Did you post it somewhere and I > missed? Kapur-san posted it to the list on 2000/12/07. You can find it in the mail archives at: http://www.mail-archive.com/struts-user%40jakarta.apache.org/msg00999.html It's a very good exampl

Re: Example for Internationalization

2000-12-14 Thread Josep SERRANO MARGALEFF
Hello all, I am also interested in this example. Did you post it somewhere and I missed? Cheers, Pep Michael Westbay wrote: > > Kapur-san wrote: > > > I was building some prototype for my company and I have modified the Struts > > out-of-box example to add a language drop down on the Login pa

Re: Example for Internationalization

2000-12-08 Thread Michael Westbay
Kapur-san wrote: > I have attached the changed classes and the jsp files along with the source. > Heres how to use it. Replace the logon.jsp in struts-example subdir with the > file in my distribution. Also replace the class files LogonAction.class and > LogonForm.class Very nice. In order to a

Re: Example for Internationalization

2000-12-07 Thread Craig R. McClanahan
Aditya, I'd like to see your changes also ... this sounds like something that would be a nice addition to the standard Struts example. Craig McClanahan Aditya Kapur wrote: > Hi All, > I was building some prototype for my company and I have modified the Struts > out-of-box example to add a lan

RE: Example for Internationalization

2000-12-07 Thread Aditya Kapur
directory it should be enough) In case any of you need clarification you can contact me. Thanks, Aditya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2000 12:32 PM To: [EMAIL PROTECTED] Subject: Re: Example for Internationalization

Simple Struts I18N (Re: Example for Internationalization)

2000-12-06 Thread David Geary
I've attached a simple Struts app that illustrates basic i18n. This example is targeted, along with a couple other examples, for a second Java Report article on Struts (the first was in the November issue of JR). In the interests of bandwidth, I removed struts.lib and struts*.tld from the WEB-INF

Re: Example for Internationalization

2000-12-06 Thread Michael Westbay
Kapur-san wrote: > I was building some prototype for my company and I have modified the Struts > out-of-box example to add a language drop down on the Login page (which just > displays English and German) and if the user logs in after selecting the > language as German all the screens are in Germ

RE: Example for Internationalization

2000-12-06 Thread Boulatian, Misak
Hi, I am interested as well. Can you post it to my email? Thanks Misak Boulatian [EMAIL PROTECTED] -Original Message- From: Aditya Kapur [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2000 9:22 AM To: Struts-User (E-mail) Subject: Example for Internationalization Hi All, I

Re: Example for Internationalization

2000-12-06 Thread Deping Chian
t;[EMAIL PROTECTED]> To: "Struts-User (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, December 06, 2000 3:21 PM Subject: Example for Internationalization > Hi All, > I was building some prototype for my company and I have modified the Struts > out-of-box example to add a la

RE: Example for Internationalization

2000-12-06 Thread Vilavanh Messien
Hi, I'm quite interested in your example. Can you post me your code ? Thanks -Message d'origine- De : Aditya Kapur [mailto:[EMAIL PROTECTED]] Envoyé : 6 décembre, 2000 12:22 À : Struts-User (E-mail) Objet : Example for Internationalization Hi All, I was building some protot

Example for Internationalization

2000-12-06 Thread Aditya Kapur
Hi All, I was building some prototype for my company and I have modified the Struts out-of-box example to add a language drop down on the Login page (which just displays English and German) and if the user logs in after selecting the language as German all the screens are in German. If anybody is