diff options
author | Marc Englund <marc.englund@itmill.com> | 2008-12-09 12:08:30 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2008-12-09 12:08:30 +0000 |
commit | 4bfa3781795196da031215ede88793b59ef629d3 (patch) | |
tree | 251cfc2a6033fbda8d4fdd1990df4578fb6ee720 /WebContent/WEB-INF/web.xml | |
parent | cbf0da046cc35ce9848b37611e3d08d1ef4aeb5c (diff) | |
download | vaadin-framework-4bfa3781795196da031215ede88793b59ef629d3.tar.gz vaadin-framework-4bfa3781795196da031215ede88793b59ef629d3.zip |
Sampler widgetset for Sampler
svn changeset:6132/svn branch:trunk
Diffstat (limited to 'WebContent/WEB-INF/web.xml')
-rw-r--r-- | WebContent/WEB-INF/web.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 87d3b3d34a..5e3293f652 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -101,6 +101,11 @@ <param-name>application</param-name>
<param-value>com.itmill.toolkit.demo.sampler.SamplerApplication</param-value>
</init-param>
+ <init-param>
+ <param-name>widgetset</param-name>
+ <param-value>com.itmill.toolkit.demo.sampler.gwt.SamplerWidgetSet</param-value>
+ </init-param>
+
</servlet>
<servlet>
|