Author: smukhina
Date: 2009-02-16 14:41:51 -0500 (Mon, 16 Feb 2009)
New Revision: 12675
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/dropDowns.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/usage.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-5761
ajaxSupport live demo section is corrected
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/dropDowns.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/dropDowns.xhtml 2009-02-16
19:26:43 UTC (rev 12674)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/dropDowns.xhtml 2009-02-16
19:41:51 UTC (rev 12675)
@@ -10,7 +10,7 @@
<p>
One of the most frequently asked question from the community is about the
- problems occurring while trying to create so called dependent selects.
+ problems occurring while trying to create so-called dependent selects.
</p>
<p>
Here you could explore a simple sample of this case and check the source
@@ -18,7 +18,7 @@
</p>
<p>
After you select the produce type, the second select list is populated
- and contains the items of this type, and if you change the type it will
+ and contains items of this type, and if you change the type it will
be updated again with proper values.
</p>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/usage.xhtml 2009-02-16
19:26:43 UTC (rev 12674)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/usage.xhtml 2009-02-16
19:41:51 UTC (rev 12675)
@@ -52,8 +52,8 @@
<p>
In case of attaching a4j:support to non-Ajax JSF command component, such as
h:commandButton
- or h:commandLink, it is important to set disableDefault equals true. Otherwise, a
non-ajax
- request will be send just after an Ajax request and the page will be unexpectedly
refreshed.
+ or h:commandLink, it is important to set disableDefault to true. Otherwise, a
non-ajax
+ request is sent just after an Ajax request and the page is unexpectedly refreshed.
</p>
<p>