Async Hidden Command - caf_h:asyncCommandHidden

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.command.async.Hidden
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.command.async.Hidden
Description Hidden command that invokes an action via asynchronous request
Palette LocationCAF Html/Control/Command/Async 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".

refreshfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of control to refresh (defaults to entire form) or "_none" to refresh nothing; separate multiple control ids with commas
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

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

togglefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of control to toggle; separate multiple control ids with commas

Output generated by Vdldoc View Declaration Language Documentation Generator.