You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bridges-dev@portals.apache.org by "Ate Douma (JIRA)" <br...@portals.apache.org> on 2006/06/09 17:59:30 UTC

[jira] Resolved: (PB-43) Http request parameters are missing in JSP

     [ http://issues.apache.org/jira/browse/PB-43?page=all ]
     
Ate Douma resolved PB-43:
-------------------------

    Resolution: Invalid

Sorry, but this is not a bug, but a feature from the Portlet Spec ;)

If you do need to copy over (all?) your request parameters from ActionRequest to RenderRequest, you need to do so yourself in *your* specific portlet
using the setRenderParameter method.
Or, the Struts Bridge *can* help you (but not and never automatically):
  http://portals.apache.org/bridges/multiproject/portals-bridges-struts/features.html#RenderContextAttributes_to_the_rescue



> Http request parameters are missing in JSP
> ------------------------------------------
>
>          Key: PB-43
>          URL: http://issues.apache.org/jira/browse/PB-43
>      Project: Portals Bridges
>         Type: Bug

>   Components: struts
>  Environment: LifeRay 3.6.1
> portals-bridges-struts 1.2.7-1.0
>     Reporter: Konstantin Pavlov

>
> Request parameters, passed to the ActionRequest are missing in the RenderRequest (I need to get an access to the request parameters from within JSP/my custom tags).
> The solution is to make StrutsPortlet to copy(put) all parameters from ActionRequest to ActionResponse, using ActionResponse.setRenderParameter(...).
> See JSR-Specification: "PLT.12.2.3 Render Parameters".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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