On Tue, 2003-07-22 at 10:54, Karr, David wrote: > If you have a bunch of constants that you might want to reference, you > might consider processing a class with reflection, loading all the > "static final" variables into a hashmap, keyed by the variable name. > The resulting references in your JSP would look almost the same as you > were intending.
True, that would work but was wanting to avoid doing that (aka - lazy:) Thanks. -- Rick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
