You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/02/15 00:07:46 UTC

svn commit: r377874 - /myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld

Author: werpu
Date: Tue Feb 14 15:07:45 2006
New Revision: 377874

URL: http://svn.apache.org/viewcvs?rev=377874&view=rev
Log:
added the standard tag attrs to the dojoinit

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld?rev=377874&r1=377873&r2=377874&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld Tue Feb 14 15:07:45 2006
@@ -845,6 +845,8 @@
 
 	<tag>
 		<name>dojoInitializer</name>
+		&ui_component_attributes;
+
 		<tag-class>org.apache.myfaces.custom.dojo.DojoInitializerTag</tag-class>
 		<body-content>JSP</body-content>
 		<description>Dojo initializer helper tag for debugging and communication flags. This tag encapsules the Dojo DjConfig meta configuration and also adds the needed dojo required functionality.</description>