RE: accessing static fields/methods from a static class using jstl el

2003-02-05 Thread Donald Ball
>Not being able to use static properties is a bit crappy. Who do we go kick >to get them? JSTL JSR? Shawn? JSP JSR? doubt it's worth changing the spec over since it's pretty easy to work around. i ended up using a servlet filter to throw the static getBar, et. al. method values into the request at

RE: accessing static fields/methods from a static class using jstl el

2003-02-05 Thread Karr, David
> -Original Message- > From: Henri Yandell [mailto:[EMAIL PROTECTED]] > > On Wed, 5 Feb 2003, Karr, David wrote: > > > The JSTL EL can reference javabean properties, maps, and collections. > > That's it. The JSTL specification describes this, although I wish it > > had a concise statemen

RE: accessing static fields/methods from a static class using jstl el

2003-02-05 Thread Karr, David
> -Original Message- > From: Donald Ball [mailto:[EMAIL PROTECTED]] > > hi, i'm trying to figure out how to access static fields or methods from a > static class using the jstl el. say i've got a class, call it > com.example.Foo, which has a method getBar(). how would i access that > prope