diff --git a/spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp b/spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp
index c3e20e8f..71737d4c 100644
--- a/spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp
+++ b/spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp
@@ -20,13 +20,14 @@
- Using Spring Web Flow with JSF
- Implementing a wizard using web flows.
+ - Use of conversation scope.
+ - Using expressions to apply dynamic flow navigation rules
- Using continuations to make the flow completely stable, no matter how browser navigation buttons are used.
+ - "Always redirect on pause" to benefit from the POST+REDIRECT+GET pattern with no special coding.
-
Using "conversation invalidation after completion" to prevent duplicate submits of the same sale
- while taking advantage of continuations to allow back button usage while the application transaction is in process.
- - "Always redirect on pause" to benefit from the POST+REDIRECT+GET pattern with no special coding.
- - Using OGNL based conditional expressions.
- - Use of subflows to compose a multi-step business process from independently reusable modules.
+ while taking advantage of continuations to allow back button usage while the application transaction is in process.
+