Please don't turn the logic around.

Caching is only needed because isVisible can be a performance hit.

/If/ you want caching /then/ isVisible should not be called after detach as detach is needed to clear the cache.

Regards,
   Erik.


s...@meiers.net wrote:
Ok, IMHO it's a bug that wicket calls isVisible() after detachment.


Thus caching isVisible() is not needed.


Sven


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to