Re: Accessing static variables

2003-07-02 Thread Henri Yandell
The unstandard taglib provides a way to get at these static variables: http://jakarta.apache.org/taglibs/sandbox/doc/unstandard-doc/intro.html On Wed, 2 Jul 2003, Capr1ce wrote: > > I'd just like to agree that this is quite annoying. If I have any static > variables that I need to access from J

Re: Accessing static variables

2003-07-02 Thread Capr1ce
I'd just like to agree that this is quite annoying. If I have any static variables that I need to access from JSP pages, I set them as application scope variables in a load on startup servlet. Annoying, but it's not a bad work around. At 10:47 PM 01/07/2003 -0500, you wrote: I searched throug

Accessing static variables

2003-07-01 Thread Eric W Hauser
I searched through the archives, and I couldn't find a good answer for this question. Is there a reason why there is not a JSTL tag to expose the static final variables for a class? You can obviously do this by importing the class and using <%= MyClass.STATICVAR %>, or by specifying it as an attri