Hi guys, I was looking through the code in Page.checkRendering() and saw the
following:

// If auto component or not invisible ...
if (component.isAuto() || !component.isVisibleInHierarchy())
{
// Add to list of unrendered auto components to
// delete below
unrenderedAutoComponents.add(component);
} else...

Shouldnt that OR be an AND? Later all underenderedAutoComponents get removed
from the hirarchy and this looks like it will remove components that are
auto OR invisible.

-Igor




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to