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. [email protected] wrote:
Ok, IMHO it's a bug that wicket calls isVisible() after detachment. Thus caching isVisible() is not needed. Sven
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
