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]
|
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.
|
method |
Method by which this form submit will occur (GET, POST).
If not specified, POST is used.
|
onreset |
JavaScript event handler executed if this form is reset.
|
onsubmit |
JavaScript event handler executed if this form is submitted.
|
style |
CSS styles to be applied to this HTML element.
|
styleClass |
CSS style class to use when rendering this component.
|
styleId |
Identifier to be assigned to this HTML element (renders an
"id " element).
|
target |
Window target to which this form is submitted, such as for use
in framed presentations.
|