>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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to