I wondering how can I access exception object using on-exception attribute? My current configuration looks like this:
<transition on-exception="{business_exception}" to="errorView" >
</transition>
I have to access some exception attribute in errorView. Does anybody know how can I do it?