<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

actionSpecifies the URL which is used to post forms via email or via HTTP
customAttributes
encodeTypeThe Form encoding type to encode the form's content.
epilog
idCase-sensitive name used to identify the object instance.
instantiate
locale
methodThe Form submittion method to be used when sending the form contents to the server.
name
onsubmitFunctionNameThe Form onSubmit function name that's called when the form is submitted.
prolog
ref
render
scope
styleClass
style
targetThe window name that displays the data
validateFunctionNameThe Form validating function name
validationEnabledThe 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.