Attributes |
Name | Required | Request-time | Type | Description |
action | false | true | java.lang.String | Sets where to send the form data when the form is submitted. |
cssClass | false | true | java.lang.String | Sets a CSS class for styling this component. |
escapeXml | false | true | boolean | Sets whether to escape the XML of the form's action URL. The default value is true . |
inlineLabels | false | true | boolean | Sets whether to align the form's labels. The default value is false . |
method | false | true | java.lang.String | Sets how to send the form data. The default value is post . Possible values are get and post . |
name | false | true | java.lang.String | Sets the form's name and ID. The default value is fm . |
onSubmit | false | true | java.lang.String | Sets a function to be called on submitting the form. |
portletNamespace | false | true | java.lang.String | Sets a namespace for the form and its elements. This attribute lets you set a namespace value that differs from the default portlet namespace. |
useNamespace | false | true | boolean | Sets whether to use the default portlet namespace, to avoid name conflicts. The default value is true . |