[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r130 - trunk/cdk/generator/src/main/resources/META-INF/schema/entities.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Thu Apr 26 11:49:00 EDT 2007


Author: vkukharchuk
Date: 2007-04-26 11:48:59 -0400 (Thu, 26 Apr 2007)
New Revision: 130

Modified:
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
Log:


Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent	2007-04-26 01:45:24 UTC (rev 129)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent	2007-04-26 15:48:59 UTC (rev 130)
@@ -33,13 +33,13 @@
     <property >
         <name>reRender</name>
         <classname>java.lang.Object</classname>
-        <description>Id['s] (in format of call  UIComopnent.findComponent()) of components, rendered in case of AjaxRequest  caused by this component. Can be single id, comma-separated list of Id's, or EL Expression  with array or Collection</description>
+        <description>Id['s] (in format of call  UIComponent.findComponent()) of components, rendered in case of AjaxRequest  caused by this component. Can be single id, comma-separated list of Id's, or EL Expression  with array or Collection</description>
     </property>
     
     <property >
         <name>status</name>
         <classname>java.lang.String</classname>
-        <description>ID (in format of call UIComopnent.findComponent()) of Request status component.</description>
+        <description>ID (in format of call UIComponent.findComponent()) of Request status component.</description>
     </property>
     
     <property >
@@ -79,7 +79,7 @@
 	<property>
 			<name>timeout</name>
 			<classname>int</classname>
-			<description>response waiting time on a particular request. If a response is not received during this time, the request is aborted</description>
+			<description>Response waiting time on a particular request. If a response is not received during this time, the request is aborted</description>
 	</property>
     <!--
     <property >




More information about the ajax4jsf-svn-commits mailing list