Taglib / context-param question

2005-02-09 Thread Jack Lauman
I have the following code in a custom taglib. If I put the hex values of the colors in the context-param area of the web.xml file, how do you call them? context-param param-namecolor1/param-name param-value#FF/param-value /context-param context-param param-namecolor2/param-name

Re: Taglib / context-param question

2005-02-09 Thread Karr, David
and reference [mailto:[EMAIL PROTECTED] On Behalf Of Jack Lauman Sent: Wednesday, February 09, 2005 2:24 PM To: JSP-INTEREST@JAVA.SUN.COM Subject: Taglib / context-param question I have the following code in a custom taglib. If I put the hex values of the colors in the context-param area