Re: Sharing resource bundles across web-apps

2007-09-27 Thread Sairam01
It appears that the way it finds the resource bundle ( looks for the bundle to be available in current thread's class loader), we cannot locate the bundle which is not visible to the current class loader. Am I right ? Sairam01 wrote: > > I have multiple web-apps in an ear file

Sharing resource bundles across web-apps

2007-09-26 Thread Sairam01
I have multiple web-apps in an ear file and want to share the resource bundle across web-apps. Is this possible ? -- View this message in context: http://www.nabble.com/Sharing-resource-bundles-across-web-apps-tf4524302.html#a12907732 Sent from the Struts - User mailing list archive at Nabble.c

s:include tag

2007-09-18 Thread Sairam01
I'm unable to include a jsp dynamically. The include tag doesn't evaluate VALUE of the expression. someName is a attribute on my action code. Should this work..? -- View this message in context: http://www.nabble.com/s%3Ainclude-tag-tf4476115.html#a12763052 Sent from the Struts - User mailin