You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2009/11/20 16:59:43 UTC

svn commit: r882625 - /myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java

Author: lu4242
Date: Fri Nov 20 15:59:43 2009
New Revision: 882625

URL: http://svn.apache.org/viewvc?rev=882625&view=rev
Log:
fix inspection of resource

Modified:
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java?rev=882625&r1=882624&r2=882625&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java Fri Nov 20 15:59:43 2009
@@ -670,7 +670,7 @@
         _validatorList.add(validator);
         
         // The argument validator must be inspected for the presence of the ResourceDependency annotation.
-        _handleAnnotations(FacesContext.getCurrentInstance(), validator);
+        //_handleAnnotations(FacesContext.getCurrentInstance(), validator);
     }
 
     /** See getValidator. */