On Mon, 01 Sep 2008, Sarkast wrote: > I have an AjaxEventBehaviour implementation which does the following: > (the action in question is "onkeydown" or "onblur" in my case
Plain AjaxEventBehavior does not submit form data, you need AjaxFormSubmitBehavior or AjaxFormCOmponentUpdatingBehavior for that. See the implementation of OnChangeAjaxBehavior for reference. More generally, its always a good idea to have Wicket (and other library) sources attached to your IDE, so that you can see easily how stuff happens. Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
