Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-973

setRenderAllowed not called in Tree items

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.3.0-beta1
    • 1.3.0-beta4
    • wicket
    • None

    Description

      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.

      Attachments

        Activity

          People

            knopp Matej Knopp
            buealb Alberto Bueno
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: