Hi Michael,

  Don't know if this helps, but you can add parameters
to the request stream using RequestDispatcher's include
and forward methods. For example

 rd.include("fooServlet?num1=val1")

will add the parameter "num1" to the request object before
transferring control to fooServlet.

Thanks,
Mandar.

Michael and Diana Finney wrote:

> How can someone programtically add parameters to the request stream
> (HttpServletRequest)?  Is it possible?
>
> (Without using hidden fields in a form)
>
> Thanks,
> Michael
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to