Browse Source

Change testing portlet parameter to use root instead of application

tags/7.0.0.beta1
Leif Åstrand 12 years ago
parent
commit
e566200882
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      WebContent/WEB-INF/portlet.xml

+ 2
- 2
WebContent/WEB-INF/portlet.xml View File

@@ -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>

Loading…
Cancel
Save