The <a4j:status> component displays the status of current Ajax requests. The status can be either in progress, complete,
or an error is shown after a failed request.
@author Nick Belaevski
Attributes |
Name |
Required |
Type |
Description |
binding |
false |
javax.faces.component.UIComponent |
The value binding expression used to wire up this component to a component property of a JavaBean class |
errorStyle |
false |
java.lang.String |
The css style attribute for the error text |
errorStyleClass |
false |
java.lang.String |
The css class attribute used to style the error text |
errorText |
false |
java.lang.String |
The text shown when an error has occurred |
id |
false |
java.lang.String |
The component identifier for this component. This value must be unique within the closest parent component that is a naming
container.
|
name |
false |
java.lang.String |
The name of the status component |
onerror |
false |
java.lang.String |
The client-side script method to be called when the request results in an error |
onstart |
false |
java.lang.String |
The client-side script method to be called when the request starts |
onstop |
false |
java.lang.String |
The client-side script method to be called when the request stops |
onsuccess |
false |
java.lang.String |
The client-side script method to be called when the request completes successfully |
rendered |
false |
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.
|
startStyle |
false |
java.lang.String |
The css style attribute for the start text |
startStyleClass |
false |
java.lang.String |
The css class attribute used to style the start text |
startText |
false |
java.lang.String |
The text shown after the request has been started and is currently in progress |
stopStyle |
false |
java.lang.String |
The css style attribute for the stop text |
stopStyleClass |
false |
java.lang.String |
The css class attribute used to style the stop text |
stopText |
false |
java.lang.String |
The text shown once the request is complete |