i guess all this nastiness stems from the facts that we resolve enclosures at render time and at that time we restrict calls to setvisible() because we consider it a hierarchy change.
if we relax that at least for isvisible() calls then inside the enclosureresolver all we have to do is iterate over its direct children and call setvisible(false) on them if enclosure is hidden. -igor On Thu, Mar 27, 2008 at 12:43 AM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > ive just attached a draft patch to WICKET-1391. its kinda hacky, so i > want to see if anyone can come up with a more elegant way to do this. > > -igor >
