Re: taglib question

2004-11-06 Thread Steve Lewis
It might be a good thing to put in the session allowing you to say ${JBossBaseURL} or write a short custom function and say ${myfunc:{JBossBaseURL} ()} Both allow the page to access the data without hard coding in the page where the data comes from At 09:21 AM 11/6/2004, you wrote: I have a cus

taglib question

2004-11-06 Thread Jack Lauman
I have a custom taglib with a hard coded URL. I've added a 'context-param' entry to move it the web.xml file. Is 'getServletConfig().getInitParameter' the corect thing to use here or is there a better alternative? Original line: // out.println("" + i + ""); Modified line: out.println("" + i