RE: How to replace "

2004-01-20 Thread Mohan Radhakrishnan
[mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 7:48 PM To: 'Struts Users Mailing List' Subject: RE: How to replace " javax.servlet.jsp.jstl.fmt.localizationContext com.jea.emis.rulemaking.presentation.RuleMakingResources Mohan -Original Message- From

RE: How to replace "

2004-01-20 Thread Mohan Radhakrishnan
Zsolt, I have some idea about this though I haven't tried it. I think this is the basic idea. Use JSTL fmt tag javax.servlet.jsp.jstl.fmt.localizationContext com.jea.emis.rulemaking.presentation.RuleMakingResources Mohan -Original Message- From: Zsolt [mailto:[EMAIL PROTE

Re: How to replace pageContext.setAttribute(...) with a JSTL?

2004-01-12 Thread Kris Schneider
You can't directly access static fields with JSTL's expression language. Of course, you can do it with the RT versions of the tags: But that's probably not what you're after. The Jakarta Taglibs Sandbox contains the Unstandard Tag Library which may be of interest. You can do something like: T

Re: how to replace

2003-09-23 Thread James Mitchell
Like this. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 770.822.3359 AIM:jmitchtx - Original Message - From: "Dom" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, September 23, 2003 4:54 PM Subject

RE: how to replace

2003-09-23 Thread Karr, David
You can use "" and specify a "var" attribute to put the result into a scoped variable. Note that part of the setup for the "fmt" tag library is setting the "javax.servlet.jsp.jstl.fmt.localizationContext" context parameter to the "class name" of your properties file (normally just the base name).