From 454b407ad68687c209fe68437d281664f6470ff5 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 28 Apr 2008 21:50:26 +0000 Subject: [PATCH] polish --- spring-webflow-reference/src/spring-faces.xml | 6 +++--- spring-webflow-reference/src/spring-js.xml | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) 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: ">