Tag name: <amc:form>
The form component encapsulates the components of an application. It must contain a single panelGroupLayout, and may have zero or more menus associated with it by the menuControl component. The form component may have event methods assigned to that are called when the state of the form changes.

Attributes

Name Type Supports EL? Description
errorHandler oracle.adfnmc.el.MethodExpression Only EL Defines a method reference to handle error conditions.
id String No Specifies the identifier for the component. The identifier must follow the following rules:
  • Must not be a zero-length String.
  • First character must be an ASCII letter (A-Za-z) or an underscore ('_').
  • Subsequent characters must be an ASCII letter or digit (A-Za-z0-9), an underscore ('_'), or a dash ('-').
onBack oracle.adfnmc.el.MethodExpression Only EL Defines a method reference to an action listener that is fired when the back button is pressed.
onHide oracle.adfnmc.el.MethodExpression Only EL Defines a method reference to an action listener that is fired when a page is hidden from view (navigated away from).
onLoad oracle.adfnmc.el.MethodExpression Only EL Defines a method reference to an action listener that is fired when a page is first loaded. This is only called once per page.
onShow oracle.adfnmc.el.MethodExpression Only EL Defines a method reference to an action listener that is fired when a page is shown after being hidden from view (navigated to).
onUnload oracle.adfnmc.el.MethodExpression Only EL Defines a method reference to an action listener that is fired when a page is unloaded at app cleanup. This is only called once per page.