Author: smukhina
Date: 2008-09-10 08:22:50 -0400 (Wed, 10 Sep 2008)
New Revision: 10395
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/region/usage.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-398- text on demo site is corrected
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/region/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/region/usage.xhtml 2008-09-10
11:15:29 UTC (rev 10394)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/region/usage.xhtml 2008-09-10
12:22:50 UTC (rev 10395)
@@ -21,7 +21,7 @@
<ul>
<li>avoiding the aborting of the JSF lifecycle processing during the
validation of other
form input unnecessary for given ajax request;</li>
- <li>defining the different strategies when events will be deliveried
+ <li>defining the different strategies when events will be delivered
(immediate="true/false")</li>
<li>showing an individual indicator of an ajax status</li>
<li>increasing the performance of the rendering processing
(selfRendered="true/false", renderRegionOnly="true/false")</li>
@@ -30,7 +30,7 @@
<p>
The following two examples show the situation when a validation error does not
allow to process an ajax input. Type the name. The outputText component should
- reappear after you. However, in the first case, this activity will be aboted because
+ reappear after you. However, in the first case, this activity will be aborted
because
of the other field with required="true". You will see only the error
message
while the "Job" field is empty.
</p>
@@ -58,12 +58,12 @@
Ajax region might limit the set of areas to be re-rendered if
regionRenderOnly="true". If
this attribute is set, only the marked area(s) inside the given region will be
included in the list for re-render. The marked area(s) outside of the
- region will be ommited.
+ region will be omitted.
</p>
<p>
The area(s) marked for update might be re-rendered directly from the component tree
rather than involving jsp (xhtml) page processing if selfRendered attribute is set
- to true. This might bust the performance to decrease time spending on Render Respose
+ to true. This might bust the performance to decrease time spending on Render Response
phase. However, you need to be aware that the artifact that are not included in the
component tree will disappear from your page after the page is updated.<br/>
Most known component that is not stored in the component tree is f:verbatim. It is
often