You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Marinschek (JIRA)" <de...@myfaces.apache.org> on 2005/11/27 22:23:59 UTC

[jira] Closed: (MYFACES-880) recursive invocation of org.apache.myfaces.renderkit.html.ext.HtmlTextareaRenderer.isDisabled() - fix included

     [ http://issues.apache.org/jira/browse/MYFACES-880?page=all ]
     
Martin Marinschek closed MYFACES-880:
-------------------------------------

    Fix Version: Nightly
     Resolution: Fixed
      Assign To: Martin Marinschek

Thanks - I fixed that already some time this afternoon.

regards,

Martin

> 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
>     Assignee: Martin Marinschek
>     Priority: Minor
>      Fix For: Nightly

>
> 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