Siebel Developer's Reference > Siebel Web Engine Tags > Form and Web Page Tags >

Form Tag


The form tag creates an HTML form that allows the user to input information. It uses the following format:

<swe:form name="form_name" htmlAttr="attribute_names"> ... </swe:form>

where:

  • name. Optional. Specifies the HTML form name. If not specified, then SWE uses a name that it creates internally.
  • htmlAttr. Optional. The value for this attribute must contain the names of valid attributes that the HTML form tag contains. SWE applies these attributes to the HTML form that it creates. You cannot use the following values:
    • method
    • name
    • action
Siebel Developer's Reference Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.