From 74bb90c7f7835efede72da290813a487b7d60d05 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Wed, 2 Dec 2009 10:29:00 +0000 Subject: [PATCH] #3117 initial JSR-286 shared portlet parameter support and example svn changeset:10126/svn branch:6.2 --- WebContent/WEB-INF/portlet.xml | 18 ++++- .../server/PortletApplicationContext2.java | 65 +++++++++++++++++-- 2 files changed, 76 insertions(+), 7 deletions(-) diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index b4a40e77aa..54529685b1 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -2,6 +2,7 @@ + PortletDemoPortlet Vaadin PortletDemo @@ -137,8 +138,8 @@ HelloWorld - - @@ -339,6 +342,10 @@ + vaadin:Hello java.lang.String @@ -349,6 +356,11 @@ java.lang.String + + HelloState + vaadin:HelloState + +