> Attach a web markup container to the body tag. Override
> isTransparentResolver and return true. This gets you a component that you
> can add to the ajax request target to repaint the entire body.

Thanks, I added a wrapping <div> for it (since WicketPortlet strips out the 
body tag) and it seemingly did the trick regarding having something to repaint 
(except I started to get maybe unrelated errors that I could not modify the 
component tree after rendering had started, as if it wasn't in the action 
phase).

However, we still need to do the refactoring into Panels instead because of the 
use of setResponsePage(). Or can I reliably do something like create the Page, 
set it in the Pagemap and then tell the AjaxRequestTarget to render that page's 
wrapping component instead?

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to