You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by as...@apache.org on 2018/08/04 19:59:41 UTC

portals-pluto git commit: PLUTO-725 Several portlets in PortletV3Demo fail to work in Liferay Portal due to missing configuration in liferay-portlet.xml

Repository: portals-pluto
Updated Branches:
  refs/heads/master 3bb7ae301 -> 1543c13ab


PLUTO-725 Several portlets in PortletV3Demo fail to work in Liferay Portal due to missing configuration in liferay-portlet.xml


Project: http://git-wip-us.apache.org/repos/asf/portals-pluto/repo
Commit: http://git-wip-us.apache.org/repos/asf/portals-pluto/commit/1543c13a
Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/1543c13a
Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/1543c13a

Branch: refs/heads/master
Commit: 1543c13abc13f7da5fa4f3032a3a4ba9b884bc0c
Parents: 3bb7ae3
Author: Neil Griffin <ne...@gmail.com>
Authored: Sat Aug 4 15:59:15 2018 -0400
Committer: Neil Griffin <ne...@gmail.com>
Committed: Sat Aug 4 15:59:15 2018 -0400

----------------------------------------------------------------------
 PortletV3Demo/src/main/webapp/WEB-INF/liferay-portlet.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/1543c13a/PortletV3Demo/src/main/webapp/WEB-INF/liferay-portlet.xml
----------------------------------------------------------------------
diff --git a/PortletV3Demo/src/main/webapp/WEB-INF/liferay-portlet.xml b/PortletV3Demo/src/main/webapp/WEB-INF/liferay-portlet.xml
index ce45cd4..263da12 100644
--- a/PortletV3Demo/src/main/webapp/WEB-INF/liferay-portlet.xml
+++ b/PortletV3Demo/src/main/webapp/WEB-INF/liferay-portlet.xml
@@ -26,6 +26,7 @@
 	</portlet>
 	<portlet>
 		<portlet-name>DependencyPortlet</portlet-name>
+		<single-page-application>false</single-page-application>
 		<requires-namespaced-parameters>false</requires-namespaced-parameters>
 	</portlet>
 	<portlet>
@@ -46,22 +47,27 @@
 	</portlet>
 	<portlet>
 		<portlet-name>TagLibPortlet</portlet-name>
+		<single-page-application>false</single-page-application>
 		<requires-namespaced-parameters>false</requires-namespaced-parameters>
 	</portlet>
 	<portlet>
 		<portlet-name>TagLibTagsPortlet</portlet-name>
+		<single-page-application>false</single-page-application>
 		<requires-namespaced-parameters>false</requires-namespaced-parameters>
 	</portlet>
 	<portlet>
 		<portlet-name>UrlAPTestPortlet</portlet-name>
+		<single-page-application>false</single-page-application>
 		<requires-namespaced-parameters>false</requires-namespaced-parameters>
 	</portlet>
 	<portlet>
 		<portlet-name>UrlRPTestPortlet</portlet-name>
+		<single-page-application>false</single-page-application>
 		<requires-namespaced-parameters>false</requires-namespaced-parameters>
 	</portlet>
 	<portlet>
 		<portlet-name>UrlTestPortlet</portlet-name>
+		<single-page-application>false</single-page-application>
 		<requires-namespaced-parameters>false</requires-namespaced-parameters>
 	</portlet>
 	<portlet>
@@ -83,6 +89,8 @@
 	</portlet>
 	<portlet>
 		<portlet-name>V3RedirectPortlet</portlet-name>
+		<action-url-redirect>true</action-url-redirect>
+		<single-page-application>false</single-page-application>
 		<requires-namespaced-parameters>false</requires-namespaced-parameters>
 	</portlet>
 </liferay-portlet-app>