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

Reply via email to