dukejansen wrote: > What I'm really after is whether there is a way to set default behavior for > ALL AjaxRequestTargets.
Ah, I see. You can execute some JavaScript on your page that looks like this: Wicket.Ajax.registerPostCallHandler(function() { doFooHere(); }); That'll get executed after every Wicket AJAX roundtrip. You might be able to hook in there sensibly. See wicket-ajax.js for more ideas. Al ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user