diff --git a/spring-webflow/docs/reference/src/flow-definition.xml b/spring-webflow/docs/reference/src/flow-definition.xml index 647b4757..2cd8ad0c 100644 --- a/spring-webflow/docs/reference/src/flow-definition.xml +++ b/spring-webflow/docs/reference/src/flow-definition.xml @@ -653,7 +653,8 @@ In this example state1 defines one transition and an exception handler which executes a transition to state3 if a MyBusinessException - is thrown within the state. + is thrown within the state. The handled exception will be put into flash scope using the + key "stateException". That way it is available for processing in the flow or display in a view.