Re: get init parameters

2001-02-27 Thread Nishit Trivedi
: Tuesday, February 27, 2001 4:19 PM To: [EMAIL PROTECTED] Subject: get init parameters in the web.xml i have some init parameters: name param-value>value in the jsp page with the <%=request.getInitParameter("name")%> i print the value. But how can i this value put in a st

get init parameters

2001-02-27 Thread Carlos de la Flor
in the web.xml i have some init parameters: name param-value>value in the jsp page with the <%=request.getInitParameter("name")%> i print the value. But how can i this value put in a string? (String name2 = ... )?? or how can i put the value into this:? <%=w.myservlet(XX)%> the XX must to be the v