[
https://issues.apache.org/jira/browse/WICKET-2879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868863#action_12868863
]
Hudson commented on WICKET-2879:
--------------------------------
Integrated in Apache Wicket 1.5.x #54 (See
[http://hudson.zones.apache.org/hudson/job/Apache%20Wicket%201.5.x/54/])
> 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
> Assignee: Igor Vaynberg
> Priority: Minor
> Fix For: 1.4.9, 1.5-M1
>
>
> 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.