Wilhelmsen Tor Iver wrote > >> 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 > >
I´m really new to web programming, so how should that solve my Problem? If I got it right the mediator does only know the colleagues which would be Panels in my case. But the methods of these colleague Panels are hidden because of inheritance (myPanel is child of Panel). Could you describe this solution a bit deeper? thx for your fast reply btw -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Control-panels-through-Ajax-tp4471697p4471741.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
