anicad
Apr 10th, 2006, 06:06 PM
I am trying to display a custom page when the CannotContinueConversationException is thrown. I am inserting the line below but it does not return the custom view page i set, it displays the exception staack trace. Do you know what's wrong?
<exception-handler on="org.springframework.webflow.execution.repository.C annotContinueConversationException" to="errorViewState"/>
Also, how do you sent an exception handler at the flow level? This does not work for me.
<exception-handler class="java.lang.Exception" state="errorViewState"/>
<exception-handler on="org.springframework.webflow.execution.repository.C annotContinueConversationException" to="errorViewState"/>
Also, how do you sent an exception handler at the flow level? This does not work for me.
<exception-handler class="java.lang.Exception" state="errorViewState"/>