Sunday, March 13, 2011

JDev/ADF sample - Exception Handler for Method Calls inside ADF Task Flows with Fragments

  • Exception Handler for Method Calls inside ADF Task Flows with Fragments. In regular case, when JboException is thrown from the Model, it is rendered in UI within popup component automatically. This works fine, when we are calling operation bindings directly. However, if operation is called through ADF task flow Method Call - JboException is being catched by Controller layer and is rendered differently. Exception handling for ADF task flows with pages can be done slightly differently, I will explain it in my next post.
    Download - MethodCallExceptionHandler.zip

No comments: