Tag Information
Tag Class org.ajax4jsf.taglib.html.jsp.AjaxRegion
TagExtraInfo Class None
Body Content JSP
Display Name Ajax Region
Attributes
Name Required Request-time Type Description
selfRendered false false java.lang.String if "true", self-render subtree at InvokeApplication ( or Decode, if immediate property set to true ) phase
renderRegionOnly false false java.lang.String Flag to disable rendering in AJAX responses content outside of active region. If this attribute set to "true" , no one of the components outside of region will be included to AJAX response. If set to "false", search for components to include in response will be performed on all tree. Default "false"
immediate false false java.lang.String Flag indicating that, if this component is activated by ajaxrequest, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase
rendered false false java.lang.String If "false", this component is not rendered
binding false false java.lang.String The attribute takes a value-binding expression for a component property of a backing bean
ajaxListener false false java.lang.String MethodBinding representing an action listener method that will be notified when this component is activated by the ajax Request and handle it. The expression must evaluate to a public method that takes an AjaxEvent parameter, with a return type of void
id false false java.lang.String Every component may have a unique id that is automatically created if omitted