RE: How to create a general resource bundle for JSTL?

2003-07-10 Thread Kris Schneider
tand how it works. I found the JSTL documentation a > little vague on the subject. > > Martin van Dijken > > > > -----Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: dinsdag 8 juli 2003 16:29 > > To: [EMAIL PROTECTED]

RE: How to create a general resource bundle for JSTL?

2003-07-10 Thread Martin van Dijken
[EMAIL PROTECTED] > Sent: dinsdag 8 juli 2003 16:29 > To: [EMAIL PROTECTED] > Subject: RE: How to create a general resource bundle for JSTL? > > > Hi Martin > > Thanks for the answer. However, your solution relies on JSTL > alone, and this > works for me without any

Re: How to create a general resource bundle for JSTL?

2003-07-09 Thread Hans Bergsten
EMAIL PROTECTED] Sent: Mittwoch, 9. Juli 2003 17:53 To: Tag Libraries Users List Subject: RE: How to create a general resource bundle for JSTL? Now you're confusing me;) The spec clearly states that the Config class has a: public static final String FMT_LOCALIZATION_CONTEXT; Therefore

RE: How to create a general resource bundle for JSTL?

2003-07-09 Thread Eric . Lewis
1.0.2 actually... looks like I need an update :-) -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 9. Juli 2003 18:40 To: Tag Libraries Users List Subject: RE: How to create a general resource bundle for JSTL? Which release of the Standard taglib are you

RE: How to create a general resource bundle for JSTL?

2003-07-09 Thread Kris Schneider
LIZATION_CONTEXT... > Perhaps someone from the JSTL team could clarify things? > > Best regards, > Eric > > -Original Message- > From: Kris Schneider [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 9. Juli 2003 18:07 > To: Tag Libraries Users List > Subject: RE: Ho

RE: How to create a general resource bundle for JSTL?

2003-07-09 Thread Eric . Lewis
; Eric > > -Original Message- > From: Martin van Dijken [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 9. Juli 2003 17:53 > To: Tag Libraries Users List > Subject: RE: How to create a general resource bundle for JSTL? > > > Now you're confusing me;) > > T

RE: How to create a general resource bundle for JSTL?

2003-07-09 Thread Kris Schneider
From: Martin van Dijken [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 9. Juli 2003 17:53 > To: Tag Libraries Users List > Subject: RE: How to create a general resource bundle for JSTL? > > > Now you're confusing me;) > > The spec clearly states that the Config class has a:

RE: How to create a general resource bundle for JSTL?

2003-07-09 Thread Eric . Lewis
om: Martin van Dijken [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 9. Juli 2003 17:53 To: Tag Libraries Users List Subject: RE: How to create a general resource bundle for JSTL? Now you're confusing me;) The spec clearly states that the Config class has a: public static final String FMT_LOCAL

RE: How to create a general resource bundle for JSTL?

2003-07-09 Thread Martin van Dijken
9 juli 2003 17:53 > To: [EMAIL PROTECTED] > Subject: RE: How to create a general resource bundle for JSTL? > > > Hi Martin > > Yup, I noticed it and told Shawn Bayern, because in JSTL in > Action it's > written as FMT_LOCALIZATION_CONTEXT (which would be the right

RE: How to create a general resource bundle for JSTL?

2003-07-09 Thread Eric . Lewis
ECTED] Sent: Mittwoch, 9. Juli 2003 17:33 To: Tag Libraries Users List Subject: RE: How to create a general resource bundle for JSTL? Hey Eric, I've got to start working heavily with I18N currently and am investigating some of the same paths you go along. You did notice that the FMT_LOCALIZAT

RE: How to create a general resource bundle for JSTL?

2003-07-09 Thread Martin van Dijken
esn't compile otherwise, but I thought I should point it out. Martin > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: dinsdag 8 juli 2003 16:29 > To: [EMAIL PROTECTED] > Subject: RE: How to create a general resource bundle for JSTL? > >

RE: How to create a general resource bundle for JSTL?

2003-07-08 Thread Eric . Lewis
ssage- From: Martin van Dijken [mailto:[EMAIL PROTECTED] Sent: Montag, 7. Juli 2003 15:58 To: Tag Libraries Users List Subject: RE: How to create a general resource bundle for JSTL? Hey Eric, Let me give you an educated yet untested guess. I'm not very experienced with JSTL, but noticed y

RE: How to create a general resource bundle for JSTL?

2003-07-07 Thread Martin van Dijken
Hey Eric, Let me give you an educated yet untested guess. I'm not very experienced with JSTL, but noticed you weren't getting any response so let me try. Have you tried setting the Locale of the ServletResponse object? I'm not 100% certain, but it seems to me JSTL *SHOULD* check this when usin

How to create a general resource bundle for JSTL?

2003-07-04 Thread Eric . Lewis
Hi all Till now, all JSP pages in our application had to have the following header for internationalization: <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt"; %> Then a message would be output like this: Note that "currentLocale" is set by the controller, and ch.xobix...X2Resources