Hi,

        Newbie question here.  I've looked in the FAQ (and, for that 
matter, in the Servlet API specs) and am having trouble figuring out 
how to access parameters specified via <context-param>  in my JSP 
pages.  Am trying to use <%= application.getInitParameter(<name>) %>,
but Jasper complains that the parameter has no value.  This -seemed- to 
me to be the way to do it.  I've also tried using 
config.getInitParameter(), to no avail.

        I am certain that the matching parameters have values in the 
web.xml file, and that the names that I am using match the names 
specified.  So I figure that I must be doing something else wrong...

        Now, if only one of you kind souls could point out the error of 
my ways for me.....


                                                Brendan
-- 
Brendan McKenna                        Email: [EMAIL PROTECTED]
Development Strategist                 Phone: +353-61-338177
Taringold Ltd.                         Fax:   +353-61-338065


Reply via email to