Re: Struts Internationalization doesn't work on Linux

2006-10-09 Thread rohit dige
pying > of it or its > contents > > - Original Message - > From: "rohit dige" <[EMAIL PROTECTED]> > To: > Sent: Sunday, October 08, 2006 4:10 PM > Subject: Struts Internationalization doesn't work on > Linux > > > >I need to show

Re: Struts Internationalization doesn't work on Linux

2006-10-08 Thread Martin Gainty
TED]> To: Sent: Sunday, October 08, 2006 4:10 PM Subject: Struts Internationalization doesn't work on Linux >I need to show a text message on JSP page in browser's > preferred language. I have created multiple language > specific properties files and put them > under WEB-IN

Struts Internationalization doesn't work on Linux

2006-10-08 Thread rohit dige
I need to show a text message on JSP page in browser's preferred language. I have created multiple language specific properties files and put them under WEB-INF/classes/config. My JSP and Struts-config.xml look as following Struts-Config.xml JSP file <%@ page cont

Re: STRUTS INTERNATIONALIZATION

2006-07-14 Thread hicham
Hello thanks for replying is this tutorial in "http://www.roseindia.net/struts/strutsinternationalization.shtml"; still applicable for struts 1.2.9 ? hicham - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: STRUTS INTERNATIONALIZATION

2006-07-14 Thread Niall Pemberton
You can name it whatever you like - for the default implementation you configure the actual file name using a element in the struts-config.xml and specifying the file name in the "parameter": http://www.niallp.pwp.blueyonder.co.uk/HelpTagsErrorsAndMessages.html#section6 http://struts.apache.org/

STRUTS INTERNATIONALIZATION

2006-07-14 Thread hicham
Hello newbie to struts, I'm readin a tutorial on i18n, on struts 1.1 using a "application.properties" file but I couldn't find that, on the struts-blank web application as I 'm using struts 1.2.9 do I have to create a new file "application.properties" or the name has changed ? Thanks hicham --

Re: Struts internationalization best practices

2006-02-11 Thread Keith Fetterman
Laurie, Thanks a bunch for taking the time to respond. This helps us a lot. We really appreciate it. Keith Laurie Harper wrote: Keith Fetterman wrote: We could use some help from people that have experience internationalizing their Struts applications. I'd like to find out what the best

Re: Struts internationalization best practices

2006-02-10 Thread Laurie Harper
Keith Fetterman wrote: We could use some help from people that have experience internationalizing their Struts applications. I'd like to find out what the best practice is for handling these three cases: 1. One or more large paragraphs of text. Depending on how large the paragraphs are and

Re: Struts internationalization best practices

2006-02-08 Thread Torgeir Veimo
On Wed, 2006-02-08 at 20:31 -0800, Keith Fetterman wrote: > > I have researched this issue all day on the Web, and have found no > information that addresses these issues. I have also looked at > several > books and they don't address them either. > > Please share your experiences and practice

Struts internationalization best practices

2006-02-08 Thread Keith Fetterman
We could use some help from people that have experience internationalizing their Struts applications. I'd like to find out what the best practice is for handling these three cases: 1. One or more large paragraphs of text. 2. Text that has markup language or HTML tags mixed in, for example im

Struts internationalization using

2004-05-11 Thread Zhang, Larry \(L.\)
This sounds easy, but I couldn't figure out how? Suppose I have two resource files for two locales: OnlineResource.properties (for default locale) OnlineResource_it.properties (for locale Italian) In my jsp, I can use to retrieve the default locale value for myKey, then how to retrieve the pro