recursive invocation of 
org.apache.myfaces.renderkit.html.ext.HtmlTextareaRenderer.isDisabled() - fix 
included
--------------------------------------------------------------------------------------------------------------

         Key: MYFACES-880
         URL: http://issues.apache.org/jira/browse/MYFACES-880
     Project: MyFaces
        Type: Bug
  Components: Tomahawk  
    Versions: Nightly    
    Reporter: Stefan Betermieux
    Priority: Minor


org.apache.myfaces.renderkit.html.ext.HtmlTextareaRenderer
The return in the else branch of isDisabled() looks like this:

return isDisabled(facesContext, uiComponent);

which invokes itself.

Fix: Use "return super.isDisabled(...)" instead of "return isDisabled(...)"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to