Re: CheckboxMultipleChoice in Ajax style

2009-05-14 Thread Philipp Daumke
Mathias, I changed a bit of code and now it works without problems. I even can't reproduce what was the problem. Thank's a lot for your help Philipp When I try this code it works. Can you please post some code for us -- Averbis GmbH c/o Klinikum der Albert-Ludwigs-Universität Stefan-Me

Re: CheckboxMultipleChoice in Ajax style

2009-05-13 Thread Mathias Nilsson
When I try this code it works. Can you please post some code for us -- View this message in context: http://www.nabble.com/CheckboxMultipleChoice-in-Ajax-style-tp23458553p23520363.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: CheckboxMultipleChoice in Ajax style

2009-05-11 Thread Philipp Daumke
Hi Mathias, hi all, thanks for your help, I didn't know the AjaxFormChoiceComponentUpdatingBehavior so far. I now have the problem, that it jumps into the onUpdate method just once (when I click on a checkbox for the first time). If I click again on the same or any other checkbox, nothing ha

Re: CheckboxMultipleChoice in Ajax style

2009-05-10 Thread Mathias Nilsson
is onUpdate you could send to server, cache or whatever. -- View this message in context: http://www.nabble.com/CheckboxMultipleChoice-in-Ajax-style-tp23458553p23470100.html Sent from the Wicket - User mailing list archive at Nabble.com. -

CheckboxMultipleChoice in Ajax style

2009-05-09 Thread Philipp Daumke
Hi all, I wonder how I can create a CheckboxMultipleChoice that performs an action "onUpdate". Ideally, the action is delayed by one second, so that a user has the chance to change more than one checkbox before the change is sent to the server (without a submit button). As I'm quite new to w