You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Volker Weber (JIRA)" <de...@myfaces.apache.org> on 2006/11/10 15:28:54 UTC

[jira] Commented: (TOBAGO-174) Changed signature of TobagoRenderer to standard Renderer signature

    [ http://issues.apache.org/jira/browse/TOBAGO-174?page=comments#action_12448747 ] 
            
Volker Weber commented on TOBAGO-174:
-------------------------------------

I have undoing the changes!

Tobago stops rendering at all after that.

> Changed signature of TobagoRenderer to standard Renderer signature
> ------------------------------------------------------------------
>
>                 Key: TOBAGO-174
>                 URL: http://issues.apache.org/jira/browse/TOBAGO-174
>             Project: MyFaces Tobago
>          Issue Type: Task
>          Components: Core, Themes
>    Affects Versions: 1.0.8
>            Reporter: Bernd Bohmann
>         Assigned To: Bernd Bohmann
>             Fix For: 1.0.9
>
>
> TobagoRenderer has following methods 
> void encodeBeginTobago(FacesContext facesContext, UIComponent component)  throws IOException;
> void encodeChildrenTobago(FacesContext facesContext, UIComponent component) throws IOException;
> void encodeEndTobago(FacesContext facesContext, UIComponent component) throws IOException;
> to 
> void encodeBegin(FacesContext facesContext, UIComponent component)  throws IOException;
> void encodeChildren(FacesContext facesContext, UIComponent component) throws IOException;
> void encodeEnd(FacesContext facesContext, UIComponent component) throws IOException;

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