Hi,
How to pass initial parameters to a JSP? I know how to pass initial
parameters to a servlet via web.xml file (<init-param>). However, I
don't know where to put for JSP. This is my JSP file
...
<%
String c = config.getInitParameter("cfg");
...
Thanks in advance
skc
- Re: How to pass init parameter to a JSP Simon Chan
- Re: How to pass init parameter to a JSP Zsolt Horvath
- Re: How to configure web.xml to setup init pa... Simon Chan
- Re: How to configure web.xml to setup ini... John Hebert
- Re: How to pass init parameter to a JSP Craig R. McClanahan
