Re: sharing message resources with jstl

2005-10-23 Thread Martin Gainty
http://www.javaranch.com/newsletter/200311/Nov2003Newsletter-JSTL-Excerpt.html - Original Message - From: "Martin Gainty" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, October 23, 2005 1:36 PM Subject: Re: sharing message resources with

Re: sharing message resources with jstl

2005-10-23 Thread Martin Gainty
Good Call Here is another location for referencing your JSTL Thanks, Martin- - Original Message - From: "Adam Hardy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, October 22, 2005 12:17 PM Subject: Re: sharing message resources with js

Re: sharing message resources with jstl

2005-10-22 Thread Adam Hardy
michael Muttai on 22/10/05 15:11, wrote: Is there a way to register multiple message resources in context so I can get access to them by tag? Not sure. Go to the java.sun.com website and get the JSTL spec for the version you are using. The specification is well written and an excellent ref

Re: sharing message resources with jstl

2005-10-22 Thread michael Muttai
Is there a way to register multiple message resources in context so I can get access to them by tag? Michael From: Adam Hardy <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Struts Users Mailing List Subject: Re: sharing message resources with jstl D

Re: sharing message resources with jstl

2005-10-22 Thread Adam Hardy
michael Muttai on 22/10/05 05:02, wrote: I have three message resources defined in struts-config.xml: In web.xml, I define a context parameter as follows, javax.servlet.jsp.jstl.fmt.localizationContext ApplicationMessageResources Questions: (1). Can I define more than message resource

sharing message resources with jstl

2005-10-21 Thread michael Muttai
I have three message resources defined in struts-config.xml: In web.xml, I define a context parameter as follows, javax.servlet.jsp.jstl.fmt.localizationContext ApplicationMessageResources Questions: (1). Can I define more than message resources in context param? (2). In jsp, how do I

sharing message resources with jstl

2005-10-20 Thread michael michael
I have three message resources defined in struts-config.xml: In web.xml, I define a context parameter as follows, javax.servlet.jsp.jstl.fmt.localizationContext ApplicationMessageResources Questions: (1). Can I define more than message resources in context param? (2). In jsp, how d