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