Info on how exceptions are exposed in flash scope.

This commit is contained in:
Erwin Vervaet
2007-01-29 10:43:20 +00:00
parent 5036d9d64e
commit db5a11ad99

View File

@@ -653,7 +653,8 @@
<para>
In this example <literal>state1</literal> defines one transition and an exception handler
which executes a transition to <literal>state3</literal> if a <literal>MyBusinessException</literal>
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.
</para>
</sect3>
</sect2>