I don't know what you mean with transparent but ofcourse you cannot repaint invisible things.
** Martin 2010/11/29 Wilhelmsen Tor Iver <[email protected]>: >> <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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
