> -----Original Message----- > From: Rick Reumann [mailto:[EMAIL PROTECTED] > > 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.
So for every constant value that you want to use, in every JSP page, you're going to have a call to the "bind" tag from the unstandard library? This is as opposed to a single block of code in a servlet to load the constants into a bean at application startup. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
