You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Alberto Bueno (JIRA)" <ji...@apache.org> on 2007/09/14 11:16:32 UTC

[jira] Created: (WICKET-973) setRenderAllowed not called in Tree items

setRenderAllowed not called in Tree items
-----------------------------------------

                 Key: WICKET-973
                 URL: https://issues.apache.org/jira/browse/WICKET-973
             Project: Wicket
          Issue Type: Bug
            Reporter: Alberto Bueno


I'm using Tree component. I have problems with the rendering of the children of an TreeItem. If I look the code of Component.renderComponent, after of calling to beforeRender(), you check if component and its children are allowed to be rendered (setRenderAllowed). Also you check markRendering() method.

But in Tree component, when you have to do the rendering of the TreeItem, only beforeRender() method is called, and setRenderAllowed() and markRendering() methods of the children never are called.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-973) setRenderAllowed not called in Tree items

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-973:
------------------------------------

    Assignee: Matej Knopp

> setRenderAllowed not called in Tree items
> -----------------------------------------
>
>                 Key: WICKET-973
>                 URL: https://issues.apache.org/jira/browse/WICKET-973
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta1
>            Reporter: Alberto Bueno
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta4
>
>
> I'm using Tree component. I have problems with the rendering of the children of an TreeItem. If I look the code of Component.renderComponent, after of calling to beforeRender(), you check if component and its children are allowed to be rendered (setRenderAllowed). Also you check markRendering() method.
> But in Tree component, when you have to do the rendering of the TreeItem, only beforeRender() method is called, and setRenderAllowed() and markRendering() methods of the children never are called.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-973) setRenderAllowed not called in Tree items

Posted by "Alberto Bueno (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alberto Bueno updated WICKET-973:
---------------------------------

    Component/s: wicket

> setRenderAllowed not called in Tree items
> -----------------------------------------
>
>                 Key: WICKET-973
>                 URL: https://issues.apache.org/jira/browse/WICKET-973
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>            Reporter: Alberto Bueno
>
> I'm using Tree component. I have problems with the rendering of the children of an TreeItem. If I look the code of Component.renderComponent, after of calling to beforeRender(), you check if component and its children are allowed to be rendered (setRenderAllowed). Also you check markRendering() method.
> But in Tree component, when you have to do the rendering of the TreeItem, only beforeRender() method is called, and setRenderAllowed() and markRendering() methods of the children never are called.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-973) setRenderAllowed not called in Tree items

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-973:
---------------------------------

        Fix Version/s: 1.3.0-beta4
    Affects Version/s: 1.3.0-beta1

> setRenderAllowed not called in Tree items
> -----------------------------------------
>
>                 Key: WICKET-973
>                 URL: https://issues.apache.org/jira/browse/WICKET-973
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta1
>            Reporter: Alberto Bueno
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta4
>
>
> I'm using Tree component. I have problems with the rendering of the children of an TreeItem. If I look the code of Component.renderComponent, after of calling to beforeRender(), you check if component and its children are allowed to be rendered (setRenderAllowed). Also you check markRendering() method.
> But in Tree component, when you have to do the rendering of the TreeItem, only beforeRender() method is called, and setRenderAllowed() and markRendering() methods of the children never are called.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-973) setRenderAllowed not called in Tree items

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Knopp resolved WICKET-973.
--------------------------------

    Resolution: Fixed

> setRenderAllowed not called in Tree items
> -----------------------------------------
>
>                 Key: WICKET-973
>                 URL: https://issues.apache.org/jira/browse/WICKET-973
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta1
>            Reporter: Alberto Bueno
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta4
>
>
> I'm using Tree component. I have problems with the rendering of the children of an TreeItem. If I look the code of Component.renderComponent, after of calling to beforeRender(), you check if component and its children are allowed to be rendered (setRenderAllowed). Also you check markRendering() method.
> But in Tree component, when you have to do the rendering of the TreeItem, only beforeRender() method is called, and setRenderAllowed() and markRendering() methods of the children never are called.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.