You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2005/11/22 15:30:00 UTC

svn commit: r348174 - /myfaces/sandbox/trunk/tld/myfaces_sandbox.tld

Author: mmarinschek
Date: Tue Nov 22 06:29:55 2005
New Revision: 348174

URL: http://svn.apache.org/viewcvs?rev=348174&view=rev
Log:
changed sandbox tld to be valid

Modified:
    myfaces/sandbox/trunk/tld/myfaces_sandbox.tld

Modified: myfaces/sandbox/trunk/tld/myfaces_sandbox.tld
URL: http://svn.apache.org/viewcvs/myfaces/sandbox/trunk/tld/myfaces_sandbox.tld?rev=348174&r1=348173&r2=348174&view=diff
==============================================================================
--- myfaces/sandbox/trunk/tld/myfaces_sandbox.tld (original)
+++ myfaces/sandbox/trunk/tld/myfaces_sandbox.tld Tue Nov 22 06:29:55 2005
@@ -619,7 +619,10 @@
 			org.apache.myfaces.custom.effect.EffectTag
 		</tag-class>
 		<body-content>JSP</body-content>
-		<description>renders a fading div</description>
+		<description>provides javascript effects
+		    which are from the script.aculo.us library
+		    and from the fat fade anything technique library
+        </description>
 
 		<attribute>
 			<name>id</name>
@@ -692,11 +695,6 @@
 			<required>false</required>
 			<rtexprvalue>false</rtexprvalue>
 		</attribute>
-		<description>
-		provides javascript effects
-		which are from the script.aculo.us library
-		and from the fat fade anything technique library
-		</description>
 	</tag>
 	
 	<!-- selectManyPicklist -->