Hidden Input - h:inputHidden

Component Information 
InfoValue
Component Typejavax.faces.HtmlInputHidden
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.Hidden
Description Hidden form input field
Palette LocationJSF Html/Control/Input/Hidden Input
Attributes 
NameRequiredTypeDescription
converterfalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
A value binding expression for a method that returns a converter instance.
converterMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Will be used as the text of the converter message, replacing any message that comes from the converter.
idfalsejava.lang.String Control identifier
immediatefalsejavax.el.ValueExpression
(must evaluate to boolean)
True to process value change listeners in the Apply Request Values phase; false to process in the Process Validations phase

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

labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name for this component.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

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

requiredfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if user must specify a value for control

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

requiredMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Will be used as the text of the validation message for the "required" facility, if the "required" facility is used.
useClientSideValidationfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if client side validation should be attempted (if available) for the control

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

Valid values are:

  • true
  • false
validatorfalsejavax.el.MethodExpression
(signature must match void validate(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object))
A method binding expression for a method that validates the component local value.
validatorMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Will be used as the description of the validator message.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Control value
valueChangeListenerfalsejavax.el.MethodExpression
(signature must match void valueChange(javax.faces.event.ValueChangeEvent))
Value change listener method binding

Output generated by Vdldoc View Declaration Language Documentation Generator.