arya-blue
luna-amber
luna-blue
luna-green
luna-pink
nova-dark
nova-light
saga-blue
vela-blue
RemoteCommand
RemoteCommand enables executing backing bean methods and do partial update triggered by custom client side script.
Components and more
Documentation pe:remoteCommand
Attributes (move mouse over the names to see data types)
Name Description
actionA method expression or a string outcome to process when command is executed.
actionListenerAn action listener to process when command is executed.
actionListenerMethodExpressionA method expression to invoke by polling.
asyncWhen set to true, ajax requests are not queued.Default is false.
autoRunWhether to automatically run the JavaScript function when the page is loaded.Default is false.
bindingAn EL expression referring to a server side UIComponent instance in a backing bean.Default is generated.
delayIf less than delay milliseconds elapses between calls to request() only the most recent one is sent and all other requests are discarded. If this option is not specified, or if the value of delay is the literal string 'none' without the quotes, no delay is used.
formForm to serialize for an ajax request.Default is The enclosing form.
globalGlobal ajax requests are listened by ajaxStatus component, setting global to false will not trigger ajaxStatus.Default is true.
idUnique identifier of the component in a namingContainer.Default is generated.
ignoreAutoUpdateIf true, components which autoUpdate="true" will not be updated for this request. If not specified, or the value is false, no such indication is made.Default is false.
ignoreComponentNotFoundIf true, unresolvable components (ComponentNotFoundException) referenced in the update/process attribute are ignored.Default is false.
immediateWhen set true, process validations logic is executed at apply request values phase for this component.Default is false.
nameName of the JavaScript function to create.
oncompleteClient-side javascript callback to execute when ajax request is completed.
onerrorClient-side javascript callback to execute when ajax request fails.
onstartClient-side javascript callback to execute before ajax request begins.
onsuccessClient-side javascript callback to execute when ajax request succeeds.
partialSubmitEnables serialization of values belonging to the partially processed components only.Default is false.
partialSubmitFilterSelector to use when partial submit is on, default is ":input" to select all descendant inputs of a partially processed components.
processComponent(s) to process in partial request.
renderedBoolean value to specify the rendering of the component, when set to false component will not be rendered.Default is true.
resetValuesIf true, local values of input components to be updated within the ajax request would be reset.Default is false.
timeoutTimeout in milliseconds for ajax request, whereas 0 means no timeout.Default is 0.
updateComponent(s) to update with ajax.
valueValue of the component.
PrimeFaces Extensions Showcase - © 2011-2025,PrimeFaces: 16.0.0-SNAPSHOT,PrimeFaces Extensions: 16.0.0-SNAPSHOT,JSF: Apache MyFaces Core 4.0 - Impl 4.0.3,Server: Apache Tomcat (TomEE)/10.1.52 (10.1.4),Build time: 2026-03-15 21:21