[ 
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

        

Reply via email to