Author: vkukharchuk
Date: 2007-09-04 08:40:27 -0400 (Tue, 04 Sep 2007)
New Revision: 2734
Modified:
trunk/cdk/generator/src/main/resources/META-INF/templates/taglib.vm
Log:
http://jira.jboss.com/jira/browse/RF-809
Modified: trunk/cdk/generator/src/main/resources/META-INF/templates/taglib.vm
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/templates/taglib.vm 2007-09-04
12:33:22 UTC (rev 2733)
+++ trunk/cdk/generator/src/main/resources/META-INF/templates/taglib.vm 2007-09-04
12:40:27 UTC (rev 2734)
@@ -154,13 +154,17 @@
<attribute>
<name>type</name>
<rtexprvalue>false</rtexprvalue>
- <description>Type</description>
+ <description>
+ Attribute defines the fully qualified Java class name for listener.
+ </description>
</attribute>
<attribute>
<name>binding</name>
<rtexprvalue>false</rtexprvalue>
- <description>Binding</description>
+ <description>
+ The attribute takes a value-binding expression for a component property of a backing
bean
+ </description>
</attribute>