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:
The formValue node is inserted and highlighted under the expanded parent node.
Note: To use data binding, see Data Binding a Component Attribute.
...
<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.