- The formParameter item style serves as a placeholder for submission parameters.
- It differs from formValue in two important ways.
- formParameter does not support a "value" attribute. Instead, the value is set only at form submission time.
- A formParameter with a given name can be added repeatedly to a form without ill effects;
- Only one instance will appear. This is markedly different from the formValue, where reuse causes the same value to appear multiple times in the form submission.
The java bean associated with this Item Style is: OAFormParameterBean
No comments:
Post a Comment