Re: Internationalization Problem with Tomcat 5.5.9

2005-12-09 Thread Seak, Teng-Fong
I couldn't tell if there's any change since I don't know. Actually, you didn't tell if you're really making JSP or servlet. And you've just mentioned that you're using taglibrary. Maybe take a look at the tag library first to see if you've wrongly used something. Re-read the documentatio

Re: Internationalization Problem with Tomcat 5.5.9

2005-12-07 Thread Vijay Babu
On 12/8/05, Vijay Babu <[EMAIL PROTECTED]> wrote: > > Hi, > > Thanks for your suggestions. But unfortunately none of them worked. > > Actually the application sets the Locale based on browser settings. So > the response encoding is set to the appropriate Locate that is set in the > browser with

Re: Internationalization Problem with Tomcat 5.5.9

2005-12-07 Thread Vijay Babu
Hi, Thanks for your suggestions. But unfortunately none of them worked. Actually the application sets the Locale based on browser settings. So the response encoding is set to the appropriate Locate that is set in the browser with Tomcat 4. But its always set to ISO-8859-1 with Tomcat 5 and t

Re: Internationalization Problem with Tomcat 5.5.9

2005-12-06 Thread Seak, Teng-Fong
IMO, it's quite possible that your webapp were relying on bugs in previous version. So, you have to make sure you're jsp pages are following standards. The obvious reasons that I could think of are the followings tags not being used correctly: 1. <%@ page contentType="text/html;charset=ut

Internationalization Problem with Tomcat 5.5.9

2005-12-05 Thread Vijay Babu
Hi all, I am facing a problem with i18n using Tomcat 5.5.9. I have an application which has been internationalized for a couple of languages and is working fine with Tomcat 4.1.x. But the same application when deployed in Tomcat 5.5.9 does not work. When a jsp page having some text is accessed,