Author: ilya_shaikovsky
Date: 2007-04-04 08:08:03 -0400 (Wed, 04 Apr 2007)
New Revision: 52
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-04
11:57:16 UTC (rev 51)
+++
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent 2007-04-04
12:08:03 UTC (rev 52)
@@ -62,7 +62,7 @@
<property >
<name>data</name>
<classname>java.lang.Object</classname>
- <description>Serialized (on default with JSON) data passed on the client by
a developer on AJAX request. It's accessible via this.data</description>
+ <description>Serialized (on default with JSON) data passed on the client by
a developer on AJAX request. It's accessible via "data.foo"
syntax</description>
</property>
<property>
<name>ignoreDupResponses</name>
Show replies by date