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

delegate isVisible in PanelCachingTab

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.4.8
    • 1.4.9, 1.5-M1
    • wicket-extensions
    • None

    Description

      The PanelCachingTab does not delegate the isVisible call to the cached ITab, it always return true.

      When you need cached tab with dynamic visibility you have to extend PanelCachingTab, or not cache it at all...

      So it would be great if the isVisible() implementation returned delegate.isVisible() instead of true.

      Attachments

        Activity

          People

            ivaynberg Igor Vaynberg
            vboulaye vincent boulaye
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: