| Attribute Name | Description |
|---|
| action |
Struts Action to which this form should be
submitted. This value must exactly match the path
attribute of the corresponding <action>
element in the struts-config.xml configuration
file for this application module.
[Required]
|
| binding |
Value binding expression to bind this component to
a backing bean property.
|
| enctype |
The content encoding to be used to submit this form, if the
method is POST. This must be set to
"multipart/form-data" if your form includes file upload
field(s). If not specified, the browser default
("application/x-www-form-urlencoded") is used.
|
| focus |
The identifier of the form field that should receive focus
when this form is rendered.
|
| focusIndex |
If the focus field is an array, such as a radio button group,
you can specify the index of the array element to receive focus.
|
| id |
Component id of this component.
|
| onreset |
JavaScript event handler executed if this form is reset.
|
| onsubmit |
JavaScript event handler executed if this form is submitted.
|
| rendered |
Boolean attribute indicating whether this component should be
rendered or not.
|
| style |
CSS styles to be applied to this HTML element.
|
| styleClass |
CSS style class to use when rendering this component.
|
| target |
Window target to which this form is submitted, such as for use
in framed presentations.
|