diff --git a/spring-webflow-reference/src/spring-faces.xml b/spring-webflow-reference/src/spring-faces.xml
index 57681143..683707a9 100644
--- a/spring-webflow-reference/src/spring-faces.xml
+++ b/spring-webflow-reference/src/spring-faces.xml
@@ -268,7 +268,7 @@
+ result="viewScope.bookings" result-type="dataModel" />
]]>
@@ -335,7 +335,7 @@
+ result="viewScope.hotels" result-type="dataModel" />
]]>
@@ -494,7 +494,7 @@
+ result="viewScope.hotels" result-type="dataModel" />
diff --git a/spring-webflow-reference/src/spring-js.xml b/spring-webflow-reference/src/spring-js.xml
index 8e45ccdd..c76211ca 100644
--- a/spring-webflow-reference/src/spring-js.xml
+++ b/spring-webflow-reference/src/spring-js.xml
@@ -15,7 +15,8 @@
Serving Javascript Resources
- Spring JS provides a generic ResourceServlet to serve web resources such as CSS and JavaScript files from jar files and the webapp root directory.
+ Spring JS provides a generic ResourceServlet to serve web resources such as JavaScript and CSS files from jar files, as well as the webapp root directory.
+ This servlet provides a convenient way to serve Spring.js files to your pages.
To deploy this servlet, declare the following in web.xml:
Using Spring Javascript in a page requires including the underlying toolkit as normal,
the Spring.js base interface file, and the Spring-(library implementation).js file for the underlying toolkit.
- As an example, the following script includes obtain the Dojo implementation of Spring.js from the ResourceServlet:
+ As an example, the following includes obtain the Dojo implementation of Spring.js using the ResourceServlet:
">