renderRegionOnly-If set to true
(default), only the region is
updated with the response.
rendered-If set to false the
component is not rendered.
binding-Component binding.
ajaxListener-Binding to a public
method that returns void and
accepts an AjaxEvent.
7.2 Overview of Ajax4jsf 131
Table 7.1 (continued)
Component Description Attributes
Sends periodical Ajax
requests at specified
frequency (ms) and
updates the page with
the response.
interval-Specifies interval (ms) after
which an Ajax request is sent.
Default value is 1000 ms ( 1 sec).
actionListener,
action,oncomplete,reRender,binding-
Same as for a4j:support.
Provides a link that
submits a form with
Ajax.
reRender-Specifies component Ids
that are updated with Ajax response.
actionListener,oncomplete,
action,requestDelay,binding-Same as
for a4j:support.
Provides a command
button to submit a
form with Ajax.
reRender,actionListener,
oncomplete,action,requestDelay,
binding-Same as for
a4j:commandLink.
Adds Ajax support to
a JSF component.
This component
generates an Ajax
request on a specified
event.
actionListener-Specifies method
binding for a public method that
returns void and accepts an
ActionEvent.
action-Specifies a method binding
for a backing bean method that is
invoked after the specified event and
before components are re-rendered
with the Ajax response.
Pages:
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128