It depends ... I'm a big fan of loose coupling so I do almost all interaction between components with AJAX events. For this you just override the onEvent method in your panels which should react on AJAX events.
Check out: http://www.wicket-library.com/wicket-examples/events/wicket/bookmarkable/org.apache.wicket.examples.events.DecoupledAjaxUpdatePage Best Regards, Marvin -----Original Message----- From: Farrukh SATTOROV [mailto:[email protected]] Sent: Monday, February 17, 2014 4:37 PM To: [email protected] Subject: DP for GUI interaction what design pattern you use for interaction between gui components in wicket. For instance, showing modal window from toolbar, manipulating with table fom another panel, first of all in presentation tier. -- Regards, Farrukh --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
