RE: Jstl i18n not working

2003-11-10 Thread Morrow, Steve D.
r 10, 2003 11:56 AM > To: Tag Libraries Users List > Subject: RE: Jstl i18n not working > > > You shouldn't have to restart TC just because you've made a > Struts config change. You may have to *redeploy* the app, but > that's different from restarting TC. >

RE: Jstl i18n not working

2003-11-10 Thread Kris Schneider
. Way better than changing anything in > struts.xml. > Stupid ActionMapping:). > > Thanks for your help! > > -Original Message- > From: Kris Schneider [mailto:[EMAIL PROTECTED] > Sent: November 10, 2003 10:41 AM > To: Tag Libraries Users List > Subject: RE:

RE: Jstl i18n not working

2003-11-10 Thread SThongvanh
are other keys working? Savan Thongvanh Berkley Technology Services 515.278.7725 CONFIDENTIALITY NOTICE: This e-mail and the transmitted documents contain private, privileged and confidential information belonging to the sender. The information therein is solely for the use of the addressee.

RE: Jstl i18n not working

2003-11-10 Thread Yansheng Lin
hanks for your help! -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: November 10, 2003 10:41 AM To: Tag Libraries Users List Subject: RE: Jstl i18n not working Okay, you've got a file called "ApplicationResources.properties", right? If it's

RE: Jstl i18n not working

2003-11-10 Thread Kris Schneider
Okay, you've got a file called "ApplicationResources.properties", right? If it's in "WEB-INF/classes", you can just use "ApplicationResources" as a basename. If it's in "WEB-INF/classes/org/j2e_translate", you have to use "org.j2e_translate.ApplicationResources" as a basename. So where is the prope

RE: Jstl i18n not working

2003-11-10 Thread Morrow, Steve D.
s List' > Subject: RE: Jstl i18n not working > > > Oh, I see. I can find the resource bundle now for my other > . But it still doesn't solve my first problem. > That's why I got so confused. I guess it has something to do > with putting the tag in the hea

RE: Jstl i18n not working

2003-11-10 Thread Yansheng Lin
Oh, I see. I can find the resource bundle now for my other . But it still doesn't solve my first problem. That's why I got so confused. I guess it has something to do with putting the tag in the head. Wonder if someone can provide a good point for a JSTL beginner like me. Thanks a lot! -

RE: Jstl i18n not working

2003-11-10 Thread SThongvanh
cc: 11/10/2003 11:29 Subject: RE: Jstl i18n not working

RE: Jstl i18n not working

2003-11-10 Thread Kris Schneider
515.278.7725 > > > > > "Yansheng Lin" > > <[EMAIL PROTECTED] To: "'Tag Libraries Users List'" > <[EMAIL PROTECTED]>gis.com> > cc: > >Su

Re: Jstl i18n not working

2003-11-10 Thread Kris Schneider
> > gis.com> cc: > > > > >Subject: Jstl i18n not >

RE: Jstl i18n not working

2003-11-10 Thread Yansheng Lin
-Original Message- From: Morrow, Steve D. [mailto:[EMAIL PROTECTED] Sent: November 10, 2003 10:22 AM To: 'Tag Libraries Users List' Subject: RE: Jstl i18n not working Assuming then, that the ApplicationResources.properties file is not in a *.jar, you may try making sure that th

RE: Jstl i18n not working

2003-11-10 Thread Morrow, Steve D.
Typo: directory = /WEB-INF/classes/org/j2e_translate > -Original Message- > From: Morrow, Steve D. [mailto:[EMAIL PROTECTED] > Sent: Monday, November 10, 2003 11:22 AM > To: 'Tag Libraries Users List' > Subject: RE: Jstl i18n not working >

RE: Jstl i18n not working

2003-11-10 Thread Morrow, Steve D.
> Sent: Monday, November 10, 2003 11:18 AM > To: 'Tag Libraries Users List' > Subject: RE: Jstl i18n not working > > > Ah, I wonder... > > In my struts.xml file, I define the resource file too: > > >parameter="org.j2e_translate.Applica

RE: Jstl i18n not working

2003-11-10 Thread Yansheng Lin
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: November 10, 2003 10:07 AM To: Tag Libraries Users List Cc: 'Tag Libraries Users List' Subject: Re: Jstl i18n not working I've only seen that when struts can't find the resource file or the key... Savan Thongvanh Berkley

Re: Jstl i18n not working

2003-11-10 Thread Kris Schneider
;[EMAIL PROTECTED]To: "'Tag Libraries > Users List'" <[EMAIL PROTECTED]> > gis.com> cc: >

Re: Jstl i18n not working

2003-11-10 Thread SThongvanh
gis.com> cc: Subject: Jstl i18n not working

Jstl i18n not working

2003-11-10 Thread Yansheng Lin
Hi, in my web.xml: javax.servlet.jsp.jstl.fmt.fall-backLocale en javax.servlet.jsp.jstl.fmt.localizationContext ApplicationResources.properties Then in my jsp: But I am getting the following output: ???j2emain.title??? Help ap