taglib with constants functionality?
        Posted  
        
            by 
                jack
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jack
        
        
        
        Published on 2010-12-27T10:19:49Z
        Indexed on 
            2010/12/28
            13:53 UTC
        
        
        Read the original article
        Hit count: 350
        
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?
© Stack Overflow or respective owner