Re: Call Javascript After Request Processing

2008-09-23 Thread Alexey Frishman
Hey, guys, nobody knows how to do this? I already see @OnEvent annotation, it has an ability to invoke callback Javascript function. But this can be applied to one value only, and I need to invoke Javascript after AJAX form processing. Is it possible? I think, it's very useful feature, strange th

Re: Call Javascript After Request Processing

2008-09-22 Thread Alexey Frishman
Forgot to tell, I use T5 On Mon, Sep 22, 2008 at 4:36 PM, Alexey Frishman <[EMAIL PROTECTED]>wrote: > Hi all, > > I there any possibility to invoke some Javascript code just after > processing an AJAX request? > Can I attach my own event listeners in Javascript to the component with the > ability

Call Javascript After Request Processing

2008-09-22 Thread Alexey Frishman
Hi all, I there any possibility to invoke some Javascript code just after processing an AJAX request? Can I attach my own event listeners in Javascript to the component with the ability to be called after AJAX request processing?