| |||||||
FRAMES NO FRAMES |
Render an HTML form element containing the nested components to present the appropriate label and input field elements. This tag is distinguished from the tag in the standard HTML RenderKit because it accepts a Struts <action>
path as a parameter, and triggers the creation of a Struts form bean if needed.
Tag Information | |
Tag Class | org.apache.struts.faces.taglib.FormTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
action | true | false | java.lang.String | Struts |
binding | false | false | java.lang.String | Value binding expression to bind this component to a backing bean property. |
enctype | false | false | java.lang.String | The content encoding to be used to submit this form, if the method is |
focus | false | false | java.lang.String | The identifier of the form field that should receive focus when this form is rendered. |
focusIndex | false | false | java.lang.String | 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 | false | false | java.lang.String | Component id of this component. |
onreset | false | false | java.lang.String | JavaScript event handler executed if this form is reset. |
onsubmit | false | false | java.lang.String | JavaScript event handler executed if this form is submitted. |
rendered | false | false | java.lang.String | Boolean attribute indicating whether this component should be rendered or not. |
style | false | false | java.lang.String | CSS styles to be applied to this HTML element. |
styleClass | false | false | java.lang.String | CSS style class to use when rendering this component. |
target | false | false | java.lang.String | Window target to which this form is submitted, such as for use in framed presentations. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |