Form - caf_h:form

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.command.CommandForm
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.Form
Description JSF command form
Palette LocationCAF Html/Control/Command/Form
Client-Side ModelCAF.Output.Model
Attributes 
NameRequiredTypeDescription
acceptfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Accepted file content types
acceptcharsetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Accepted form content character encodings
defaultCommandfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of default command control

Valid values are:

  • _none
  • [any_other_value]
defaultFocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of control to focus initially

Valid values are:

  • _first
  • _none
  • [any_other_value]
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the directionality of the flow of the content for the current element

Valid values are:

  • LTR
  • RTL
enctypefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Form content type

If not specified, the default value is "application/x-www-form-urlencoded".

Valid values are:

  • application/x-www-form-urlencoded
  • multipart/form-data
formsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of form to submit (defaults to entire form); separate multiple control ids with commas
idfalsejava.lang.String Control identifier
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the language of the enclosed content
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onclick" event handler
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "ondblclick" event handler
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onkeydown" event handler
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onkeypress" event handler
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onkeyup" event handler
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmousedown" event handler
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmousemove" event handler
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmouseout" event handler
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmouseover" event handler
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmouseup" event handler
onresetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onreset" event handler
onsubmitfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onsubmit" event handler
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

requireSessionTokenfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to require session token to process form (which inhibits Cross-Site Request Forgery attacks)

If not specified, the default value is "true".

stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "style" attribute value
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "class" attribute value

Valid values are:

  • portlet-font
  • portlet-font-dim
  • portlet-msg-status
  • portlet-msg-info
  • portlet-msg-error
  • portlet-msg-alert
  • portlet-msg-success
  • portlet-section-header
  • portlet-section-body
  • portlet-section-alternate
  • portlet-section-selected
  • portlet-section-subheader
  • portlet-section-footer
  • portlet-section-text
  • portlet-form-label
  • portlet-form-input-field
  • portlet-form-button
  • portlet-icon-label
  • portlet-dlg-icon-label
  • portlet-form-field-label
  • portlet-form-field
  • portlet-menu
  • portlet-menu-item
  • portlet-menu-item-selected
  • portlet-menu-item-hover
  • portlet-menu-item-hover-selected
  • portlet-menu-cascade-item
  • portlet-menu-cascade-item-selected
  • portlet-menu-description
  • portlet-menu-caption
  • [any_other_value]
targetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Form target (name of frame or window)

Valid values are:

  • _blank
  • _parent
  • _self
  • _top
  • [any_other_value]
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "title" attribute value (often displayed as a tooltip)
validateOnBlurfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to validate inputs when they lose focus; false to validate inputs when they change

If not specified, the default value is "false".

Output generated by Vdldoc View Declaration Language Documentation Generator.