> <div wicket:id="listview-container">
>   <wicket:container wicket:id="list-view"/>
> </div>
> 
> Which is laid out as:
> ...
> panel.add((listviewContainer = new
> WebMarkupContainer("listview-container")).setOutputMarkupId(true));
> ...

This is almost what I have (in the Page), except the outermost one is 
transparent; in the "real" project the only reason is to wrap both a 
FeedbackPanel and the switched Panel. The repainting works then except for the 
ListView.

I will try to use an approach which ditches the transparent container and 
instead repaints the Panel and the FeedbackPanel.

- Tor Iver

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

Reply via email to