diff --git a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp index 55ded729..2e61a6f4 100644 --- a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp +++ b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp @@ -188,9 +188,9 @@

Finish your helloworld flow

-

-

    -
  1. Finish up your flow by adding another button on the start.jsp that ends the flow:
  2. +
      +
    1. + Finish up your helloworld flow by adding another button on the start.jsp that ends the flow:
       	<input type="submit" name="_eventId_finish" value="Finish" />
       		
      @@ -203,8 +203,8 @@ <end-state id="finished" view="externalRedirect:welcome" /> Click the Finish button and you should be taken back to the application welcome screen. -
    + +
Next > -

\ No newline at end of file diff --git a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowWhatsNext.jsp b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowWhatsNext.jsp index db3277dc..3de01917 100644 --- a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowWhatsNext.jsp +++ b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowWhatsNext.jsp @@ -8,9 +8,75 @@

Where To Go with From Here

+

+ Web flow is an extremely powerful and easy to use controller framework. This tutorial has just scratched the surface of what you can do with the technology. + Checkout these additional resources as you continue your Spring Web Flow journey. +

- Check this out, check that out. + Reference Manual

+

+ The Spring Web Flow reference manual is the definitive guide to the Spring Web Flow feature set. + Use it as an up-to-date flow definition language reference, as well as for documentation on the various configuration options. +

+

+ Samples +

+

+ Additional samples are available showing Web Flow applied for various use cases. + These samples illustrate additional features such as Hibernate, Security, Ajax, and JSF integration. + A natural next step from this tutorial is to walk-through these sample applications, supplimenting with reference manual documentation as you go. +

+

+ Training +

+

+ SpringSource offers a comprehensive training course on developing rich web applications with Spring that covers Spring Web Flow in depth. + This training also prepares you to become a SpringSource Certified Web Specialist. +

+

+ Community +

+

+ Spring Web Flow has an vibrant community forum at http://forum.springsource.org. + There you can interact with community members and discuss ways to enhance and improve the project. + We also encourage community members to submit tickets when they discover bugs, have ideas for enhancements, or wish to contribute patches or documentation. + Web Flow, like all Spring projects, depends you the community to be successful! +

+

+ Related Projects +

+

+ There are a number of exciting Spring projects that either build on Spring Web Flow or have grown out of the project. Be sure to check out: +

+ +

+We sincerely hope you enjoyed this tutorial. We wish you great success and lots of fun getting results with Spring Web Flow on your development projects! +
+
+Keith Donald
+Spring Web Flow project lead +

Finish the tutorial