Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
-
LifeRay 3.6.1
portals-bridges-struts 1.2.7-1.0
Description
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".