Inserting a FormValue

Note: The formValue component adds a value that is submitted with a form. The component is not displayed in the UI.

To insert a formValue component:

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

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

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

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

Example (UIX XML)


...
<form name="myform" targetFrame="mytarget">
  <contents>
    <formValue name="uix" value="genius"/>
    <submitButton formName="myform" text="SUBMIT"/>
  </contents>
</form>
...    

About FormValue
About FormParameter

Inserting a FormParameter
Working with Form Components

 

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