From 1d027c60cb2b0917c7c971da0f82779906f86c5b Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sun, 1 Apr 2007 17:01:48 +0000 Subject: [PATCH] put conversation scope alternate flow in index --- spring-webflow-samples/sellitem/src/main/webapp/index.jsp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spring-webflow-samples/sellitem/src/main/webapp/index.jsp b/spring-webflow-samples/sellitem/src/main/webapp/index.jsp index 3de6e42d..d41ef754 100644 --- a/spring-webflow-samples/sellitem/src/main/webapp/index.jsp +++ b/spring-webflow-samples/sellitem/src/main/webapp/index.jsp @@ -6,7 +6,10 @@

- Sell Item + Sell Item (using flow scope storage for 'undo' back button behavior) +

+

+ Sell Item Alternate (using conversation scope storage for 'preserve' back button behavior)

This Spring Web Flow sample application implements the example application