Re: Adding multiple ajax behavious on same event

2009-02-20 Thread rag...@directi
found something called CompositeBehavior in misc.but it does not seem to be workingmay be i din get how to use it.. this is what i m trying to do new AjaxFallbackLink("checkAvailablity") { { final AjaxFormValidatingBehavior ajaxFormValidatingBehavi

Re: Adding multiple ajax behavious on same event

2009-02-17 Thread rag...@directi
I guess minis is part of wicketstuff-corei did not find any CompoundBehavior in minis project. martin-g wrote: > > see CompoundBehavior in wicketstuff-minis > > El lun, 16-02-2009 a las 03:06 -0800, rag...@directi escribió: >> I am using an AjaxLink which has a javascript for onclick even

Re: Adding multiple ajax behavious on same event

2009-02-17 Thread Martin Grigorov
see CompoundBehavior in wicketstuff-minis El lun, 16-02-2009 a las 03:06 -0800, rag...@directi escribió: > I am using an AjaxLink which has a javascript for onclick event now i want to > add AjaxFormValidatingBehavior to this link on the same event "onclick" > ...i tried adding the same...but the