Hello,
How can I retrieve the parameters in a servlet
that I send in a jsp:
<jsp:forward page="someservlet">
<jsp:param name="varname" value="sumvalue">
</jsp:forward>
To my knowledge I'm supposed to use the request
object with the getParameter("varname") or
getParameters(). But I can't seem to get it
working.
I want to retrive the parameter in the servlets
init() method.
Anyone having a solution, please?
/Robert Karlsson
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html