You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by gv...@apache.org on 2006/03/25 14:29:46 UTC

svn commit: r388754 - /struts/shale/trunk/use-cases/src/web/WEB-INF/clay-config.xml

Author: gvanmatre
Date: Sat Mar 25 05:29:45 2006
New Revision: 388754

URL: http://svn.apache.org/viewcvs?rev=388754&view=rev
Log:
Fixed a bogus attribute that was reported by Hermod Opstvedt 

Modified:
    struts/shale/trunk/use-cases/src/web/WEB-INF/clay-config.xml

Modified: struts/shale/trunk/use-cases/src/web/WEB-INF/clay-config.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/use-cases/src/web/WEB-INF/clay-config.xml?rev=388754&r1=388753&r2=388754&view=diff
==============================================================================
--- struts/shale/trunk/use-cases/src/web/WEB-INF/clay-config.xml (original)
+++ struts/shale/trunk/use-cases/src/web/WEB-INF/clay-config.xml Sat Mar 25 05:29:45 2006
@@ -493,7 +493,7 @@
     <!-- Nested Clay Component -->    
 	<component jsfid="tabs" extends="clay" id="tabs" allowBody="false">
 		<attributes>
-            <set name="jsfid" value="RUNTIME"/>
+            <set name="clayJsfid" value="RUNTIME"/>
             <set name="managedBeanName" value="rolodex$hrolodex"/>
             <set name="shapeValidator" value="#{@managed-bean-name.createTabs}"/> 
 		</attributes>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org