diff options
-rw-r--r-- | WebContent/WEB-INF/portlet.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index 0b059a69e9..eee53184cc 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -8,8 +8,8 @@ <display-name>Vaadin Portlet 2.0 Test</display-name> <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet2</portlet-class> <init-param> - <name>application</name> - <value>com.vaadin.tests.integration.JSR286PortletApplication</value> + <name>root</name> + <value>com.vaadin.tests.integration.JSR286PortletRoot</value> </init-param> <init-param> <name>widgetset</name> |