You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Donald Ball <db...@rhoworld.com> on 2003/02/05 21:21:57 UTC

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

>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 attributes. come to think of it, if the
values are immutable, i could do it on webapp initialization using a
listener and stuff them in the context attributes instead. i just thought
it might be simpler and clearer to do it all on the jsp page. no worries,
thanks for the tips.

- donald


---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org