From d0bf562692463f5d5d4582814a46818158186ced Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 6 Apr 2007 14:10:03 +0000 Subject: [PATCH] added simple alternate in --- spring-webflow-samples/sellitem/src/main/webapp/index.jsp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/spring-webflow-samples/sellitem/src/main/webapp/index.jsp b/spring-webflow-samples/sellitem/src/main/webapp/index.jsp index d41ef754..e919cc7d 100644 --- a/spring-webflow-samples/sellitem/src/main/webapp/index.jsp +++ b/spring-webflow-samples/sellitem/src/main/webapp/index.jsp @@ -6,10 +6,13 @@

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

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

+

+ Sell Item 'Simple' Alternate (a single top-level flow with no subflow)

This Spring Web Flow sample application implements the example application