Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP2 (5.1.5), 5.2 EE (5.2.4)
-
None
-
All
Description
MVCPortlets can now automatically copy parameters from ActionRequest to RenderRequest. To turn this feature on, set the "copy-request-parameters" to true. For example:
<portlet>
...
<portlet-class>com.liferay.util.bridges.mvc.MVCPortlet</portlet-class>
<init-param>
<name>copy-request-parameters</name>
<value>true</value>
</init-param>
...
</portlet>
MVCPortlet should have parameter "copy-request-parameters" to auto copy parameters from action to render
Attachments
Issue Links
- is related to
-
LPS-3746 MVCPortlet should have parameter "copy-request-parameters" to auto copy parameters from action to render
- Closed