Siebel Developer's Reference > Siebel Web Engine Tags >

swe:form


This tag 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 must 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 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.