Siebel Developer's Reference > SWE Tags >

swe:form


Purpose

Creates an HTML form to capture user input.

Usage

<swe:form name="xxx" htmlAttr="yyy"> ... </swe:form>

Attributes

htmlAttr. This is optional. If specified, the value should be valid attributes to the HTML form tag other than method, name, and action. These attributes are used as is with the HTML form tag that is generated.

Name. This is optional. If specified, creates the HTML form using the specified name. If not specified, uses an internally generated name.

Restrictions

None.

Siebel Developer's Reference