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/02 19:38:12 UTC

svn commit: r534565 - /myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/FacesBindingProperty.xml

Author: baranda
Date: Wed May  2 10:38:11 2007
New Revision: 534565

URL: http://svn.apache.org/viewvc?view=rev&rev=534565
Log:
Applied patch for MYFACES-1598 (JSF 1.2 TLD compliance: attributes "binding" and "converter" with wrong deferred-type). Thanks to Tim McConnell

Modified:
    myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/FacesBindingProperty.xml

Modified: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/FacesBindingProperty.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/FacesBindingProperty.xml?view=diff&rev=534565&r1=534564&r2=534565
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/FacesBindingProperty.xml (original)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/FacesBindingProperty.xml Wed May  2 10:38:11 2007
@@ -23,7 +23,7 @@
                 EL expression.
             </description>
             <property-name>binding</property-name>
-            <property-class>javax.el.ValueExpression</property-class>
+            <property-class>javax.faces.component.UIComponent</property-class>
             <property-extension>
                 <mfp:required>false</mfp:required>
             </property-extension>