Re: How to pass the init arqument for JSP ??

2000-09-08 Thread Jacek Laskowski
Rathna wrote: > > hi all, how do i pass the init arqument for the JSP?. > i tried specifing init arquments in servlet 'aliases' > option in JRun jseweb(Service Config).When i read > the given variable by <% config.getInitParameter("paramName") %> > it displays null, means it is not loading init p

How to pass the init arqument for JSP ??

2000-09-07 Thread Rathna
hi all, how do i pass the init arqument for the JSP?. i tried specifing init arquments in servlet 'aliases' option in JRun jseweb(Service Config).When i read the given variable by <% config.getInitParameter("paramName") %> it displays null, means it is not loading init paramenter into the config