Re: Handle selection changing on Palette

2011-06-19 Thread Duy Do
(...) { protected Recorder newRecorderComponent() { Recorder recorder=super.newRecorderComponent(); recorder.add(new AjaxFormComponentUpdatingBehavior(onchange) {...}); return recorder; } } Hi Wicketers, How can I handle selection changing on Palette? I would like to save

Re: Handle selection changing on Palette

2011-06-18 Thread Andrea Del Bene
(); recorder.add(new AjaxFormComponentUpdatingBehavior(onchange) {...}); return recorder; } } Hi Wicketers, How can I handle selection changing on Palette? I would like to save item into database once it is selected from Available list. Thanks, Duy

Handle selection changing on Palette

2011-06-17 Thread Duy Do
Hi Wicketers, How can I handle selection changing on Palette? I would like to save item into database once it is selected from Available list. Thanks, Duy - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org