Hidden Command - caf_h:commandHidden

Component Information 
InfoValue
Component Typejavax.faces.Command
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.Hidden
Description Action executable only by client-side code
Palette LocationCAF Html/Control/Command/Hidden Command
Client-Side ModelCAF.Command.Model
Attributes 
NameRequiredTypeDescription
actionfalsejavax.el.MethodExpression
(signature must match java.lang.String action())
Action method binding
actionListenerfalsejavax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent))
Action listener method binding
disabledfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if control is grayed-out and un-modifiable

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

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
immediatefalsejavax.el.ValueExpression
(must evaluate to boolean)
True to process action listeners in the Apply Request Values phase; false to process in the Invoke Application phase

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

renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

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

Output generated by Vdldoc View Declaration Language Documentation Generator.