Re: Hooking AJAX requests

2008-09-25 Thread John Krasnay
Perfect! Works like a charm. Thanks much. jk On Thu, Sep 25, 2008 at 09:07:26PM +0200, Matej Knopp wrote: > You can do it in javascript using > Wicket.Ajax.registerPostCallHandler(yourhandler); > > -Matej > > On Thu, Sep 25, 2008 at 9:04 PM, John Krasnay <[EMAIL PROTECTED]> wrote: > > Hi folks

Re: Hooking AJAX requests

2008-09-25 Thread Nino Saturnino Martinez Vazquez Wael
None that I know of. And I think it's something Wicket are lacking... A way to control js behavior of ajax components from behaviors them selfs. John Krasnay wrote: Hi folks, I'm trying to integrate the Dean Edwards IE7.js script (http://dean.edwards.name/IE7/) into my Wicket app. For those th

Re: Hooking AJAX requests

2008-09-25 Thread Igor Vaynberg
good point, just dump that javascript out in your basepage -igor On Thu, Sep 25, 2008 at 12:07 PM, Matej Knopp <[EMAIL PROTECTED]> wrote: > You can do it in javascript using > Wicket.Ajax.registerPostCallHandler(yourhandler); > > -Matej > > On Thu, Sep 25, 2008 at 9:04 PM, John Krasnay <[EMAIL PR

Re: Hooking AJAX requests

2008-09-25 Thread Igor Vaynberg
there is ajaxrequesttarget.addlistener() that can do what you want, but you would have to add it every time. there is no global listeners yet. feel free to add an rfe. -igor On Thu, Sep 25, 2008 at 12:04 PM, John Krasnay <[EMAIL PROTECTED]> wrote: > Hi folks, > > I'm trying to integrate the Dean

Re: Hooking AJAX requests

2008-09-25 Thread Matej Knopp
You can do it in javascript using Wicket.Ajax.registerPostCallHandler(yourhandler); -Matej On Thu, Sep 25, 2008 at 9:04 PM, John Krasnay <[EMAIL PROTECTED]> wrote: > Hi folks, > > I'm trying to integrate the Dean Edwards IE7.js script > (http://dean.edwards.name/IE7/) into my Wicket app. For thos

Hooking AJAX requests

2008-09-25 Thread John Krasnay
Hi folks, I'm trying to integrate the Dean Edwards IE7.js script (http://dean.edwards.name/IE7/) into my Wicket app. For those that don't know, IE7.js helps IE6 implement certain CSS rules that it doesn't support natively (min-height, :first-child, :hover, ...) I've created a behavior that render