Attributes |
Name | Required | Request-time | Type | Description |
acceptCharset | false | true | java.lang.String | Specifies the list of character encodings for input data that is accepted by the server processing this form. The value is a space- and/or comma-delimited list of charset values. The client must interpret this list as an exclusive-or list, i.e. the server is able to accept any single character encoding per entity received. |
action | false | true | java.lang.String | HTML Required Attribute |
autocomplete | false | true | java.lang.String | Common Optional Attribute |
commandName | false | true | java.lang.String | DEPRECATED: Use "modelAttribute" instead. |
cssClass | false | true | java.lang.String | Equivalent to "class" - HTML Optional Attribute |
cssStyle | false | true | java.lang.String | Equivalent to "style" - HTML Optional Attribute |
dir | false | true | java.lang.String | HTML Standard Attribute |
enctype | false | true | java.lang.String | HTML Optional Attribute |
htmlEscape | false | true | java.lang.String | Enable/disable HTML escaping of rendered values. |
id | false | true | java.lang.String | HTML Standard Attribute |
lang | false | true | java.lang.String | HTML Standard Attribute |
method | false | true | java.lang.String | HTML Optional Attribute |
methodParam | false | true | java.lang.String | The parameter name used for HTTP methods other then GET and POST. Default is '_method'. |
modelAttribute | false | true | java.lang.String | Name of the model attribute under which the form object is exposed. Defaults to 'command'. |
name | false | true | java.lang.String | HTML Standard Attribute - added for backwards compatibility cases |
onclick | false | true | java.lang.String | HTML Event Attribute |
ondblclick | false | true | java.lang.String | HTML Event Attribute |
onkeydown | false | true | java.lang.String | HTML Event Attribute |
onkeypress | false | true | java.lang.String | HTML Event Attribute |
onkeyup | false | true | java.lang.String | HTML Event Attribute |
onmousedown | false | true | java.lang.String | HTML Event Attribute |
onmousemove | false | true | java.lang.String | HTML Event Attribute |
onmouseout | false | true | java.lang.String | HTML Event Attribute |
onmouseover | false | true | java.lang.String | HTML Event Attribute |
onmouseup | false | true | java.lang.String | HTML Event Attribute |
onreset | false | true | java.lang.String | HTML Event Attribute |
onsubmit | false | true | java.lang.String | HTML Event Attribute |
servletRelativeAction | false | true | java.lang.String | Action reference to be appended to the current servlet path |
target | false | true | java.lang.String | HTML Optional Attribute |
title | false | true | java.lang.String | HTML Standard Attribute |