[ http://issues.apache.org/jira/browse/MYFACES-767?page=all ]
     
Mathias Broekelmann closed MYFACES-767:
---------------------------------------

    Fix Version: Nightly
     Resolution: Fixed

fixed in r330011

> Programming error in HtmlTextareaRenderer
> -----------------------------------------
>
>          Key: MYFACES-767
>          URL: http://issues.apache.org/jira/browse/MYFACES-767
>      Project: MyFaces
>         Type: Bug
>   Components: Tomahawk
>     Versions: 1.1.0
>     Reporter: Ricardo Tercero Lozano
>     Priority: Minor
>      Fix For: Nightly

>
> There is a bug in org.apache.myfaces.renderkit.html.ext.HtmlTextareaRenderer 
> in method: encodeEnd. Line 60 is:
>             super.encodeTextArea(facesContext, uiComponent);
> "super" prefix is not neccessary (encodeTextArea is not overwritten) and this 
> avoids calling to any encodeTextArea method from any child class. It should 
> be:
>             encodeTextArea(facesContext, uiComponent);
> A workaround for this is overwrite the encodeEnd method too.

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