[ http://issues.apache.org/jira/browse/PB-43?page=comments#action_12415562 ]
Konstantin Pavlov commented on PB-43: ------------------------------------- Ok, it's not a bug... But how can I make Struts Bridge to pass *ALL* the request parameters to the RenderRequest. I don't know their names, so I can't configure it using struts-portlet-config.xml file? > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
