From db5a11ad9945e687bfcb68c35651086a49df43df Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Mon, 29 Jan 2007 10:43:20 +0000 Subject: [PATCH] Info on how exceptions are exposed in flash scope. --- spring-webflow/docs/reference/src/flow-definition.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.