RE: How to access a variable message resource bundle from JSP

2004-05-14 Thread None None
st" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: How to access a variable message resource bundle from JSP Date: Fri, 14 May 2004 12:01:42 -0400 Suppose you have <% String countryCode = "en"; %> I think will do you

RE: How to access a variable message resource bundle from JSP

2004-05-14 Thread None None
monstrate the i18n faculties. Have you looked at that? Paul > -Original Message- > From: None None [mailto:[EMAIL PROTECTED] > Sent: Friday, May 14, 2004 4:40 PM > To: [EMAIL PROTECTED] > Subject: How to access a variable message resource bundle from JSP > > > Hi again

RE: How to access a variable message resource bundle from JSP

2004-05-14 Thread Zhang, Larry \(L.\)
different locale when you use the following in the jsp Hope this helps. Larry Zhang -Original Message- From: None None [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 11:40 AM To: [EMAIL PROTECTED] Subject: How to access a variable message resource bundle from JSP Hi again every

RE: How to access a variable message resource bundle from JSP

2004-05-14 Thread Paul McCulloch
ilto:[EMAIL PROTECTED] > Sent: Friday, May 14, 2004 4:40 PM > To: [EMAIL PROTECTED] > Subject: How to access a variable message resource bundle from JSP > > > Hi again everyone... yesterday, with assistance from some of > you folks, I > was able to get multiple message r

How to access a variable message resource bundle from JSP

2004-05-14 Thread None None
Hi again everyone... yesterday, with assistance from some of you folks, I was able to get multiple message resource bundles working to return a Locale-specific error message from one of my Action classes. Very cool. Now I'm trying to do the same thing in a JSP. Here's my question... in my JSP'