o

Tag form

Component Information 
InfoValue
Component Typeorg.omnifaces.component.input.Form
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
acceptfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
acceptcharsetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
enctypefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
ignoreValidationFailedfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Whether the form should ignore validation fail (and thus proceed to update model/invoke action).
includeRequestParamsfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Whether or not the request parameters should be encoded into the form's action URL. Defaults to false.
langfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
ondblclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onkeydownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onkeypressfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onkeyupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onmousedownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onmousemovefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onmouseoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onmouseoverfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onmouseupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onresetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onsubmitfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
partialSubmitfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Whether to send only the form data which actually need to be processed as opposed to the entire form. Defaults to true.
renderedfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.
rolefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
targetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
useRequestURIfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Whether the request URI should be used as form's action URL. Defaults to true. This setting is ignored when includeRequestParams is set to true.

Output generated by Vdldoc View Declaration Language Documentation Generator.