From c4147ef6458cd721a84b3fd2937c03bd99b99554 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Tue, 24 Mar 2009 14:27:19 +0000 Subject: [PATCH] polish --- .../src/main/webapp/WEB-INF/tutorial/webflowSetup.jsp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowSetup.jsp b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowSetup.jsp index ff5f7940..3efe923f 100644 --- a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowSetup.jsp +++ b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowSetup.jsp @@ -17,8 +17,13 @@ Setting up Web Flow in a Spring Web Application

-This step covers the one-time configuration step of setting Web Flow up in a Spring web application. -If you prefer to go right to implementing your first flow, you can skip this step. +This step covers the one-time configuration required to setup Web Flow up in a Spring web application. +If you prefer to go right to implementing your first flow, you can skip this step. +

+

+In general, we recommend using a pre-configured project template like the one this tutorial uses as a starting point for your new projects. +When you do that, you will not have to configure Spring yourself--you simply implement your @Controllers and web flows and off you go. +This step does provides useful background information on setting up your own Web Flow project template, and understanding how things work behind the scenes.