You want to set the request parameters from the portlet that performs
the include? The portlet spec ([1] , 16.1.1.) contains an example for
JSP includes:
String path = "/raisons.jsp?orderno=5";
PortletRequestDispatcher rd = context.getRequestDispatcher(path);
rd.include(renderRequest, renderResponse);
Or .. do you mean something else ?
regards,
Dennis
[1] http://jcp.org/aboutJava/communityprocess/final/jsr168/index.html
Witt, Joseph wrote:
Is there any way to pass request parameters to a portlet? I am using
PortletRequestDispatcher and would like to have to ability to set request
parameters.
Regards
JW
The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose it
to anyone else. If you received it in error please notify us immediately and
then destroy it.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]