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)
List of content types that a server processing this form will handle correctly
acceptcharsetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
List of character encodings for input data that are accepted by the server processing this form.
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)
Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
enctypefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Content type used to submit the form to the server. If not specified, the default value is "application/x-www-form-urlencoded".
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)
Code describing the language used in the generated markup for this component.
onclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript code executed when a pointer button is clicked over this element.
ondblclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript code executed when a pointer button is double clicked over this element.
onkeydownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript code executed when a key is pressed down over this element.
onkeypressfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript code executed when a key is pressed and released over this element.
onkeyupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript code executed when a key is released over this element.
onmousedownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript code executed when a pointer button is pressed down over this element.
onmousemovefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript code executed when a pointer button is moved within this element.
onmouseoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript code executed when a pointer button is moved away from this element.
onmouseoverfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript code executed when a pointer button is moved onto this element.
onmouseupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript code executed when a pointer button is released over this element.
onresetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript code executed when this form is reset.
onsubmitfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript code executed when this form is submitted.
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)
Per the WAI-ARIA spec and its relationship to HTML5 (Section title ARIA Role Attriubute), every HTML element may have a "role" attribute whose value must be passed through unmodified on the element on which it is declared in the final rendered markup. The attribute, if specified, must have a value that is a string literal that is, or an EL Expression that evaluates to, a set of space-separated tokens representing the various WAI-ARIA roles that the element belongs to. It is the page author's responsibility to ensure that the user agent is capable of correctly interpreting the value of this attribute.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to be applied when this component is rendered.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
targetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of a frame where the response retrieved after this form submit is to be displayed.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Advisory title information about markup elements generated for this component.
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.