You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by "Witt, Joseph" <jw...@covisint.com> on 2007/11/26 01:53:26 UTC

passing request parameters to a portlet

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.

Re: passing request parameters to a portlet

Posted by Vitaly Baranovsky <vi...@gmail.com>.
Joseph, is
merge.portal.parameters.with.portlet.parameters=false
merge.portal.parameters.before.portlet.parameters=false
in WEB-INF/conf/jetspeed.properties
solves your problem?

2007/11/26, Witt, Joseph <jw...@covisint.com>:
> 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.
>


-- 
With best regards,
Vitaly Baranovsky

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: passing request parameters to a portlet

Posted by Dennis Dam <d....@hippo.nl>.
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: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org