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.