taglib with constants functionality?
- by jack
I need to use some constants in my JSP.
Now I'd like to use this without using scriptlets. (and adding getters is not an option, it's an external jar)
Using the search I've seen that some people put them in a map.
However I've seen that there's a constants function in the unstandard taglib but that is a few years old and so far I haven't found a maven repository with it.
So are there any other taglibs with this functionality?