[richfaces-svn-commits] JBoss Rich Faces SVN: r2101 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/form.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 7 10:11:57 EDT 2007


Author: smukhina
Date: 2007-08-07 10:11:56 -0400 (Tue, 07 Aug 2007)
New Revision: 2101

Modified:
   trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-524
Language correction in richfaces-demo for aj4 components

Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml	2007-08-07 13:59:14 UTC (rev 2100)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml	2007-08-07 14:11:56 UTC (rev 2101)
@@ -14,7 +14,7 @@
 			 }
 			</style>
 			
-			<p>a4j:form functionality is similar to standard h:form component except two additional features:
+			<p>a4j:form functionality is similar to the standard h:form component except two additional features:
 			<ul>
 				<li>Along with a4j:htmlCommandLink, it fixes the problem of h:commandLink component that cannot be re-rendered without 
 				re-rendering the whole form it belongs to.</li>
@@ -46,10 +46,10 @@
 			</pre>
 			</p>
 			<p>
-			When ajaxSubmit="true", all included in the form non-ajax control becomes ajaxable. This
-			approach is similar to the one AjaxAnywhere framework uses. If form works in ajax mode, 
+			When ajaxSubmit="true", all standard action components on this form become ajaxable. This
+			approach is similar to the one AjaxAnywhere framework uses. If a form works in an ajax mode, 
 			the standard ajax attribute such as reRender, eventQueue, requestDelay can be used. The
-			following example demonstate the difference between partial and full-page refreshing.
+			following example demonstates the difference between partial and full-page refreshing.
 			In both cases, the regular h:commandButton is used for the form submision.
 			</p>
 			
@@ -87,12 +87,12 @@
 			</div>
 			
 			<p>
-			Note:You should not use a4j:form  ajaxSubmit="true" if it contains other ajax command components.
-			Also, due to the security reason, uploadFile form element cannot be convertable to
+			Note:You should not use a4j:form ajaxSubmit="true" if it contains other ajax command components.
+			Also, due to the security reason, uploadFile form element cannot be convertible to
 			the be ajaxable.
 			</p>
 			<p>
-				For additional information about attributes of this compponent read
+				For additional information about attributes of this component read
 				<h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
 					<h:outputText value="'Ajax Attribute' section" />
 				</h:outputLink>.




More information about the richfaces-svn-commits mailing list