[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r311 - trunk/framework/src/main/config/component.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Tue Jul 17 09:15:29 EDT 2007


Author: vkukharchuk
Date: 2007-07-17 09:15:28 -0400 (Tue, 17 Jul 2007)
New Revision: 311

Modified:
   trunk/framework/src/main/config/component/actionParameter.xml
Log:
http://jira.jboss.com/jira/browse/AJSF-103

Modified: trunk/framework/src/main/config/component/actionParameter.xml
===================================================================
--- trunk/framework/src/main/config/component/actionParameter.xml	2007-07-17 13:10:36 UTC (rev 310)
+++ trunk/framework/src/main/config/component/actionParameter.xml	2007-07-17 13:15:28 UTC (rev 311)
@@ -83,6 +83,13 @@
 				client-side. This doesn't work with non-AJAX components.
 			</description>
 		</property>
+
+    <property>
+        <name>name</name>
+        <classname>java.lang.String</classname>
+        <description>A name of this parameter. The attribute is mandatory.</description>
+    </property>
+
 		<property hidden="true">
 			<name>assignToBinding</name>
 		</property>




More information about the ajax4jsf-svn-commits mailing list