From 8f3f20cb233d2bdbcb94c8ad4a631231b9949f14 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 4 Apr 2007 18:16:39 +0000 Subject: [PATCH] added more jsf blurbage --- spring-webflow/docs/reference/src/practical.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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.