I want to add a variable to the web.xml file and be able to call in from within a servlet, taglib or bean.
In a JSP 2.0 page using JSTL 1.1 I can use:
<%=application.getInitParameter("variable_name")%>
Can this be done? If so, what's the correct syntax to do it.
Thanks,
Jack
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
