delegate isVisible in PanelCachingTab
--------------------------------------
Key: WICKET-2879
URL: https://issues.apache.org/jira/browse/WICKET-2879
Project: Wicket
Issue Type: Improvement
Components: wicket-extensions
Affects Versions: 1.4.8
Reporter: vincent boulaye
Priority: Minor
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.