wicket:enclosure is not present if not visible (from browser
perspective). So it cannot be repainted.

http://apache-wicket.1842946.n4.nabble.com/Wicket-ajax-enabled-enclosures-td3033370.html

2010/11/29 Wilhelmsen Tor Iver <[email protected]>:
>> I don't know what you mean with transparent but ofcourse you cannot
>> repaint invisible things.
>
> A transparent container is one that appears in the markup and in the code but 
> which returns true for isTransparentResolver(). It's not "invisible" but is 
> not part of the explicit hierarchy. An example of such a container is the one 
> represented by the <wicket:enclosure> tag.
>
> I.e. if you have container A, add a transparent container B to A, and in the 
> markup have a hierarchy of A - B - C, you would add C to A instead of B: The 
> code relating to the hierarchy of A will ignore B, but at runtime Wicket 
> "knows" that B sits between A and C.
>
> - Tor Iver
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to