Re: problems with fmt:setLocale

2003-02-07 Thread Alberto Tomas
Delisle [EMAIL PROTECTED] Reply-To: Tag Libraries Users List [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Subject: Re: problems with fmt:setLocale Date: Tue, 04 Feb 2003 17:09:57 -0800 Before I look more deeply into bug 16751 submitted by Pere that seems to be related to what

Re: problems with fmt:setLocale

2003-02-05 Thread Pablo Benito
PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Wednesday, February 05, 2003 2:09 AM Subject: Re: problems with fmt:setLocale Before I look more deeply into bug 16751 submitted by Pere that seems to be related to what Alberto and Pablo have been experimenting in the past, could

Re: problems with fmt:setLocale

2003-02-05 Thread Alberto Tomas
Libraries Users List [EMAIL PROTECTED] Subject: Re: problems with fmt:setLocale Date: Tue, 04 Feb 2003 17:09:57 -0800 Before I look more deeply into bug 16751 submitted by Pere that seems to be related to what Alberto and Pablo have been experimenting in the past, could someone translate the important

Re: problems with fmt:setLocale

2003-02-04 Thread Pierre Delisle
:40 PM Subject: problems with fmt:setLocale Hy all, I have the same problem that Pablo Benito has: http://www.mail-archive.com/taglibs-user@jakarta.apache.org/msg04074.html; I'm using jboss-3.0.3_tomcat-4.1.12. Now I'm using the nightly build. How can I solve this problem? Thank

problems with fmt:setLocale

2003-02-03 Thread Alberto Tomas
Hy all, I have the same problem that Pablo Benito has: http://www.mail-archive.com/taglibs-user@jakarta.apache.org/msg04074.html; I'm using jboss-3.0.3_tomcat-4.1.12. Now I'm using the nightly build. How can I solve this problem? Thank you in advance, Alberto.

Re: problems with fmt:setLocale

2003-01-03 Thread Pierre Delisle
Pablo, Paul, There were a few bugs related to tag-reuse and the formatting tags. I'd suggest using the nightly build and see if the problems persist. Please do let us know whatever the outcome is; we really want to fix these problems. Thanks, -- Pierre Paul Campbell wrote: Hola Pablo,

problems with fmt:setLocale

2002-12-21 Thread Pablo Benito
Hi all: I'm trying to i18n a web app using jstl and jakarta tomcat 4.1.12. I'm trying to keep the same language for all a user session, existing the possibility that the user change the language calling to index.jsp?lang=es. This is the index.jsp file (called with index.jsp?lang=en to change

Re: problems with fmt:setLocale

2002-12-21 Thread Paul Campbell
Hola Pablo, I am not certain that I understand completly. This is what I do to take the language that the browser has and use that for the user. c:if test=${param.language == 'en'} fmt:setLocale value=en scope=page / /c:if c:if test=${param.language == 'es'} fmt:setLocale value=es