<sasads:Form>
Generates the appropriate HTML 4.0/XHTML 1.0 INPUT tag attributes to represent a form.
Syntax
<sasads:Form
[action="java.lang.String"]
[customAttributes="java.lang.String"]
[encodeType="java.lang.String"]
[epilog="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[method="java.lang.String"]
[name="java.lang.String"]
[onsubmitFunctionName="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[scope="java.lang.String"]
[styleClass="java.lang.String"]
[style="java.lang.String"]
[target="java.lang.String"]
[validateFunctionName="java.lang.String"]
[validationEnabled="true|false"]>
</sasads:Form>
Attributes
action | Specifies the URL which is used to post forms via email or via HTTP |
|---|---|
customAttributes | |
encodeType | The Form encoding type to encode the form's content. |
epilog | |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
method | The Form submittion method to be used when sending the form contents to the server. |
name | |
onsubmitFunctionName | The Form onSubmit function name that's called when the form is submitted. |
prolog | |
ref | |
render | |
scope | |
styleClass | |
style | |
target | The window name that displays the data |
validateFunctionName | The Form validating function name |
validationEnabled | The state of the FORM element; "true" results in validation being enabled on a Form. |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.beans.html.Form.
If you need to subclass the tag handler class for the sasads:Form tag, extend com.sas.taglib.servlet.beans.FormTag.