You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org> on 2006/11/07 18:52:50 UTC

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

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

        

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

Posted by "Volker Weber (JIRA)" <de...@myfaces.apache.org>.
    [ 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

        

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

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOBAGO-174?page=all ]

Bernd Bohmann resolved TOBAGO-174.
----------------------------------

    Resolution: Fixed

> 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