diff --git a/spring-webflow/docs/reference/src/practical.xml b/spring-webflow/docs/reference/src/practical.xml index ff702812..a7b5525b 100644 --- a/spring-webflow/docs/reference/src/practical.xml +++ b/spring-webflow/docs/reference/src/practical.xml @@ -1897,7 +1897,7 @@ public void registerCustomEditors(PropertyEditorRegistry registry) { is tracked for you). - A few notable differences between Sellitem and Sellite-JSF to keep in mind: + A few notable differences between Sellitem and Sellitem-JSF to keep in mind: @@ -1926,9 +1926,13 @@ public void registerCustomEditors(PropertyEditorRegistry registry) { - For more information and understanding on how the Sellitem flow - definition is navigated please refer to the documentation for the - Sellitem example. + The combination of delegating flow variable resolution plus automatic flow execution key management + means JSF views selected a flow look like standard JSF views to JSF developers. Also, JSF components + help simplify flow definition logic as the flow no longer has to worry about data binding and validation. + + + For more information and understanding on the Sellitem flow definition logic itself + please refer to the documentation for the original Sellitem example.