Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ADF Task Flow Exception Handling

S. Srivatsa Sivan-OracleApr 20 2010 — edited Jul 28 2010
Hi ,

I tried a very simple thing for taskFlow exception handling.

I created a bounded task flow with a page fragment (View1.jsff) and another view which is the TaskFlow ExceptionHandler (error.jsff).


The view1.jsff has a button whose action is bound to the backing bean. In the backingBean method I deliberately do division by 0.

Since this is an unHandled exception, I would have expected the control to come to error.jsff. But, instead I am shown a pop up box with the error message.

Why is the control not getting redirected to error.jsff ?

Thanks.
S.Srivatsa Sivan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 25 2010
Added on Apr 20 2010
10 comments
4,582 views