JSTL resource bundle issue

2005-12-23 Thread hong yuan
Hi, I am using JSTL resource bundle. It is defined in web.xml: context-param param-name javax.servlet.jsp.jstl.fmt.localizationContext /param-name param-value package.ApplicationResources /param-value /context-param My question is that if I have two or more resource bundle

Re: JSTL resource bundle issue

2005-12-23 Thread hong yuan
I have the following case: (1) I have an framework application which has framework resource bundle which sits in a jar file and also some framework jsps like header / footer etc.. (2) I have an application which uses the framework jar file and copies the framework jsp files over and has its own

Re: JSTL resource bundle issue

2005-12-23 Thread Rahul Akolkar
On 12/23/05, hong yuan [EMAIL PROTECTED] wrote: I have the following case: (1) I have an framework application which has framework resource bundle which sits in a jar file and also some framework jsps like header / footer etc.. (2) I have an application which uses the framework jar file and