The formParameter component is a placeholder for form submission parameters. No visible UI is displayed to the user.
Unlike a formValue component, a formParameter component does not support the value attribute. Instead, the value is set only at form submission time.
You can add multiple formParameter components with the same name, but only one instance of the component (value) will appear in form submission. This makes the formParameter component ideal for use inside ADF UIX templates.
Inserting a FormParameter
Working with Form Components
Copyright © 1997, 2004, Oracle. All rights reserved.