Author: A.Skokov
Date: 2007-08-01 12:23:13 -0400 (Wed, 01 Aug 2007)
New Revision: 1984
Modified:
trunk/ui/tree/src/main/config/component/commonTreeAttributes.ent
Log:
http://jira.jboss.com/jira/browse/RF-495
Modified: trunk/ui/tree/src/main/config/component/commonTreeAttributes.ent
===================================================================
--- trunk/ui/tree/src/main/config/component/commonTreeAttributes.ent 2007-08-01 16:06:23
UTC (rev 1983)
+++ trunk/ui/tree/src/main/config/component/commonTreeAttributes.ent 2007-08-01 16:23:13
UTC (rev 1984)
@@ -25,9 +25,15 @@
<classname>java.lang.String</classname>
<description>Corresponds to the HTML class attribute. Applied to highlighted
node</description>
</property>
-
<property>
<name>reRender</name>
<classname>java.lang.Object</classname>
<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 Ids, or EL Expression with array or
Collection</description>
</property>
+ <property>
+ <name>ignoreDupResponses</name>
+ <classname>boolean</classname>
+ <description>
+ If "true", unfinished request will be aborted on new event
+ </description>
+ </property>