Uploaded image for project: 'PUBLIC - Liferay Portal Enterprise Edition'
  1. PUBLIC - Liferay Portal Enterprise Edition
  2. LPE-1071

MVCPortlets can now automatically copy parameters from ActionRequest to RenderRequest

Details

    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

          Activity

            People

              support-ee EE Support
              samuel.kong Samuel Kong
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Packages

                  Version Package
                  5.1 EE SP3 (5.1.6)
                  5.2 EE SP1 (5.2.5)