> My problem is how to redirect the ajax target from one Panel to the other.
If Panel A needs to invoke anything in Panel B then Panel A should have a reference to Panel B (or to a mediator object that knows about it), and send the AjaxRequestTarget (which applies to the entire Page's component structure) so that (the mediator or) Panel B can add the required component to it. http://en.wikipedia.org/wiki/Mediator_pattern - Tor Iver --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
