Author: gvanmatre Date: Mon Sep 5 08:22:12 2005 New Revision: 278776 URL: http://svn.apache.org/viewcvs?rev=278776&view=rev Log: Added "rendered" attribute to the Clay tag.
Modified: struts/shale/trunk/clay-plugin/src/conf/shale-clay.tld Modified: struts/shale/trunk/clay-plugin/src/conf/shale-clay.tld URL: http://svn.apache.org/viewcvs/struts/shale/trunk/clay-plugin/src/conf/shale-clay.tld?rev=278776&r1=278775&r2=278776&view=diff ============================================================================== --- struts/shale/trunk/clay-plugin/src/conf/shale-clay.tld (original) +++ struts/shale/trunk/clay-plugin/src/conf/shale-clay.tld Mon Sep 5 08:22:12 2005 @@ -60,6 +60,15 @@ <rtexprvalue>false</rtexprvalue> </attribute> + <attribute> + <name>rendered</name> + <required>false</required> + <rtexprvalue>false</rtexprvalue> + <type>java.lang.String</type> + <description>If false, this component will not be rendered.</description> + </attribute> + + </tag> </taglib> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]