Using the Form Component

Note: The form component is automatically inserted for you when you create a new UIX XML page using one of the options in the New Gallery - Web Tier - ADF UIX category.

To use a form element:

  1. In the Design Structure Window of the desired file, locate the node in which you wish to insert a form component.
  2. In the Component Palette, select Form Components from the dropdown list, and then drag and drop the form component to the parent node of your choice.

    The form node is inserted and highlighted under the expanded parent node.

  3. In the Property Inspector, set the following attributes for the form component:

Note: To use data binding, see Data Binding a Component Attribute.

Example (UIX XML)


...
<form name="myform"
      usesUpload="true"
      method="GET">
  <contents>
    <fileUpload columns="10"
                name="inputfile"/>
    </contents>
</form>
...    

About FormParameter
About FormValue

Inserting a FormParameter
Inserting a FormValue
Working with Form Components

 

Copyright © 1997, 2004, Oracle. All rights reserved.