Saturday, August 31, 2013

ADF UI: Add & Handle Form Buttons (Navigation, Commit, Rollback) to Declarative Component

There are two ways you will find in the follow steps.
  • Drag your declarative component into design area
  • Open Property Inspector and select the property that map to form button in the declarative component 
    • First Way: Map the property to a method in a managed bean
    • Second Way:
      • Go to page binding
      • In a binding section select add button to add new binding
      • Make binding type is 'action' and add the operation you want
      • Add #{bindings.operationName.Execute} to the property

No comments:

Post a Comment