ListView Add/Remove via AJAX...

2018-03-27 Thread James Carman
It has been a while since I've used Wicket and man, I really forgot how much I love this framework! It may be that I'm rusty, but I've searched quite a bit and tried all the suggestions I've found, but I can't seem to make add/remove via AJAX work for a ListView while preserving the input data. I

Re: ListView Add/Remove via AJAX...

2018-03-27 Thread Martin Grigorov
Hi James, The best explanation for adding items via Ajax you could read at http://wicketinaction.com/2008/10/repainting-only-newly-created-repeater-items-via-ajax/ Removing an item should be easier if the ListItems have id. On Tue, Mar 27, 2018 at 3:42 PM, James Carman

Re: ListView Add/Remove via AJAX...

2018-03-27 Thread Ernesto Reinaldo Barreiro
Hi James, Welcome back... Still remember you from old times in list :-) On Tue, Mar 27, 2018 at 2:42 PM, James Carman wrote: > It has been a while since I've used Wicket and man, I really forgot how > much I love this framework! It may be that I'm rusty, but I've