diff options
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/WEB-INF/web.xml | 6 | ||||
-rw-r--r-- | WebContent/reservr.html | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index ede3cfa876..79de882d05 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -89,7 +89,7 @@ </init-param>
<init-param>
<param-name>widgetset</param-name>
- <param-value>com.itmill.toolkit.demo.reservation.gwt.WidgetSet</param-value>
+ <param-value>com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet</param-value>
</init-param>
</servlet>
@@ -102,7 +102,7 @@ </init-param>
<init-param>
<param-name>widgetset</param-name>
- <param-value>com.itmill.toolkit.demo.reservation.gwt.WidgetSet</param-value>
+ <param-value>com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet</param-value>
</init-param>
</servlet>
@@ -284,7 +284,7 @@ </init-param> <init-param> <param-name>widgetset</param-name> - <param-value>com.itmill.toolkit.demo.colorpicker.gwt.WidgetSet</param-value> + <param-value>com.itmill.toolkit.demo.colorpicker.gwt.ColorPickerWidgetSet</param-value> </init-param> </servlet>
diff --git a/WebContent/reservr.html b/WebContent/reservr.html index d22d605e0e..cdced89b17 100644 --- a/WebContent/reservr.html +++ b/WebContent/reservr.html @@ -8,7 +8,7 @@ };
</script>
<script src="http://maps.google.com/maps?file=api&v=2" type="text/javascript"></script>
- <script language='javascript' src='ITMILL/widgetsets/com.itmill.toolkit.demo.reservation.gwt.WidgetSet/com.itmill.toolkit.demo.reservation.gwt.WidgetSet.nocache.js'></script>
+ <script language='javascript' src='ITMILL/widgetsets/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet.nocache.js'></script>
<link REL="stylesheet" TYPE="text/css" HREF="ITMILL/themes/reservr/styles.css">
</head>
<body>
|