You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2007/05/27 22:19:48 UTC

svn commit: r542031 - /myfaces/core/branches/jsf12/impl/src/main/resources/META-INF/myfaces_core.tld

Author: baranda
Date: Sun May 27 13:19:48 2007
New Revision: 542031

URL: http://svn.apache.org/viewvc?view=rev&rev=542031
Log:
Fixes MYFACES-1649 (Converter tag incorrecly mapped in the myfaces_core.tld)

Modified:
    myfaces/core/branches/jsf12/impl/src/main/resources/META-INF/myfaces_core.tld

Modified: myfaces/core/branches/jsf12/impl/src/main/resources/META-INF/myfaces_core.tld
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/src/main/resources/META-INF/myfaces_core.tld?view=diff&rev=542031&r1=542030&r2=542031
==============================================================================
--- myfaces/core/branches/jsf12/impl/src/main/resources/META-INF/myfaces_core.tld (original)
+++ myfaces/core/branches/jsf12/impl/src/main/resources/META-INF/myfaces_core.tld Sun May 27 13:19:48 2007
@@ -124,7 +124,8 @@
    </tag>
    <!--
 ======================================================
- converter
+
+
 ======================================================
 -->
    <tag>
@@ -210,7 +211,7 @@
            associates it with the nearest parent UIComponent.
        </description>
        <name>converter</name>
-       <tag-class>javax.faces.webapp.ConverterTag</tag-class>
+       <tag-class>org.apache.myfaces.taglib.core.ConverterTag</tag-class>
        <body-content>empty</body-content>
       <attribute>
           <description>The converter's registered ID.</description>