diff options
Diffstat (limited to 'WebContent/WEB-INF/portlet.xml')
-rw-r--r-- | WebContent/WEB-INF/portlet.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index d05e88e8d7..c91bac7589 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -5,10 +5,10 @@ <portlet> <portlet-name>PortletDemoPortlet</portlet-name> <display-name>Vaadin PortletDemo</display-name> - <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet2</portlet-class> + <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class> <init-param> <name>application</name> - <value>com.vaadin.demo.PortletDemo</value> + <value>PortletDemo</value> </init-param> <init-param> @@ -212,6 +212,10 @@ <name>application</name> <value>com.vaadin.demo.Calc</value> </init-param> + <init-param> + <name>widgetset</name> + <value>com.vaadin.demo.sampler.gwt.SamplerWidgetSet</value> + </init-param> <supports> <mime-type>text/html</mime-type> <portlet-mode>view</portlet-mode> |