From d2240c3ace8ebca936037c5fbac1a0cc18e8937b Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Tue, 1 Dec 2009 15:00:49 +0000 Subject: #3117 inter-portlet event support (JSR-286), some support for custom portlet actions svn changeset:10119/svn branch:6.2 --- WebContent/WEB-INF/liferay-display.xml | 5 +++- WebContent/WEB-INF/portlet.xml | 44 ++++++++++++++++++++++++++++++---- WebContent/WEB-INF/web.xml | 2 +- 3 files changed, 45 insertions(+), 6 deletions(-) (limited to 'WebContent/WEB-INF') diff --git a/WebContent/WEB-INF/liferay-display.xml b/WebContent/WEB-INF/liferay-display.xml index 2981e08fd4..302f9961dd 100644 --- a/WebContent/WEB-INF/liferay-display.xml +++ b/WebContent/WEB-INF/liferay-display.xml @@ -18,6 +18,9 @@ - + \ No newline at end of file diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index c91bac7589..b4a40e77aa 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -136,33 +136,69 @@ HelloWorld HelloWorld + + + AddressBookPortlet diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index ce3c2bba13..2e2c1b680e 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -120,7 +120,7 @@ com.vaadin.terminal.gwt.server.ApplicationServlet application - com.vaadin.demo.PortletDemo + com.vaadin.demo.portlet.PortletDemo -- cgit v1.2.3