GWC Template Language Reference / Template Paths - Application hierarchy |
Path: application/state/processing
The Processing is a unique sub-object from ApplicationState object that represents the application processing state.
Fields | Type | Description |
---|---|---|
application/state/processing/transactionPending | Attribute (boolean) | True if the application server is still processing the request. |
Excerpt of main.xhtml in $FGLASDIR/tpl/SetBasic:
<fieldset gwc:condition="application/state/processing/transactionPending"> <!-- Pending page --> Your request is currently being processed by the Application Server.<br/> Please wait... ... </fieldset>
Displays a message while the request is being processed.