Re: Ajax behaviour for multiple elements

2013-10-17 Thread frasese
Thanks for both answers!!!. I'm going to try. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-behaviour-for-multiple-elements-tp4661835p4661847.html Sent from the Users forum mailing list archive at Nabble.com. --

Wicket 1.5 : AbstractAjaxBehavior 302 moved temporarily

2013-10-16 Thread frasese
Hi all, I have a jquery script to comunicate with wicket via ajax. It was working fine with wicket 1.4.17, until I've migrated to 1.5.10 version. Now, my AbstractAjaxBehavior it's not called anymore, and the ajax call receives a 302 moved temporarily. Here is my code: javascript/jquery ... $.aj

Ajax behaviour for multiple elements

2013-10-16 Thread frasese
Hi all, there is a way to update the status of multiple elements with a single ajax behaviour? For example, if we have two different DropDownChoice elements, each one with its own AjaxFormComponentUpdatingBehavior... when the "onchange" event is triggered, one has his value updated, but not the o

Re: PagingNavigator inside repeater

2013-10-04 Thread frasese
Tested and working... Thanks a lot -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/PagingNavigator-inside-repeater-tp4661701p4661703.html Sent from the Users forum mailing list archive at Nabble.com. -