You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mk...@apache.org on 2006/05/23 16:19:18 UTC

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

Author: mkienenb
Date: Tue May 23 07:19:18 2006
New Revision: 408904

URL: http://svn.apache.org/viewvc?rev=408904&view=rev
Log:
Fix for TOMAHAWK-420 -- Wrong tag-class in sandbox tld.

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/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld?rev=408904&r1=408903&r2=408904&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 May 23 07:19:18 2006
@@ -462,7 +462,7 @@
 
 	<tag>
 		<name>convertStringUtils</name>
-		<tag-class>org.apache.myfaces.custom.convertStringUtils.StringUtilsConverter</tag-class>
+		<tag-class>org.apache.myfaces.custom.convertStringUtils.StringUtilsConverterTag</tag-class>
 		<display-name>StringUtils Converter</display-name>
 		<description>Converts the format of a string</description>