o
Tag ajaxSettings


The AjaxSettings component is used for handling session expiration, customizing the progress message and defining Ajax related events. The defaultProgressMessage, defaultSessionExpiration and silentSessionExpiration components can be specified in the corresponding facets of the AjaxSettings component.


Tag Information
Tag Classorg.openfaces.taglib.jsp.ajax.AjaxSettingsJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
onajaxendfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when an Ajax request is completed.
onajaxstartfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when an Ajax request is started.
onerrorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when an error occurs while performing an Ajax request.
onsessionexpiredfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the current session is expired.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.