RE: DP for GUI interaction

2014-02-17 Thread Richter, Marvin
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:

Re: DP for GUI interaction

2014-02-17 Thread Farrukh SATTOROV
thanks for reply, Marvin On Mon, Feb 17, 2014 at 7:43 PM, Richter, Marvin marvin.rich...@jestadigital.com wrote: 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