Author: ilya_shaikovsky
Date: 2008-04-29 08:12:18 -0400 (Tue, 29 Apr 2008)
New Revision: 8289
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/ajaxAttributes/usage.xhtml
Log:
ajaxSingle description corrected
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/ajaxAttributes/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/ajaxAttributes/usage.xhtml 2008-04-29
12:11:23 UTC (rev 8288)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/ajaxAttributes/usage.xhtml 2008-04-29
12:12:18 UTC (rev 8289)
@@ -140,16 +140,16 @@
JSF form is submitted with the XMLHTTPRequest object. The form data contains the
values
from the form input element and auxiliary information such as state saving
data</p>
<p>
- When <b>ajaxSingle</b> attribute is equal true, it orders to include only
a value of the
- current component (along with f:param or a4j:action param values if any) to the
request
- map. In case of a4j:support, it will be a value of the parent component.
+ <b>ajaxSingle </b>- boolean attribute which provides possibility to limit
JSF
+ tree processing(decoding, conversion/validation, value applying)
+ to the component which send the request only.
</p>
- <p> Note, that ajaxSingle="true" reduces the upcoming traffic, but
does not
- prevent decoding other input components on the server side. Some JSF components,
- such as h:selectOneMenu do recognize the missing data in the request map value as
- a null value and try to pass the validation process with a failed result. Thus,
- use a4j:region to limit a part of the component tree that will be processed
- on the server side when it is required.
+
+ <p>
+ In other words when <b>ajaxSingle</b> attribute is equal true, it orders
to
+ process only a value of the
+ current component (along with <i>f:param</i> or
<i>a4j:actionparam</i> values if any).
+ In case of a4j:support, it will be a value of the parent component.
</p>
<p><b>immediate</b> attribute has the same purpose as any other
non-JSF component.
The default ActionListener should be executed immediately (i.e. during the Apply
Request
Show replies by date