Reacting to cross-cutting model change (like display settings in session) // Re: Form with multiple AjaxButton - why are all onEvent() called?

2013-02-06 Thread Ondrej Zizka
Aaah, ok. Thanks to all for the responses. I thought that onSubmit would have something to do with actual submit of the form, while this is just AJAX request. A bit confusing names, aren't? That might also answer my 2nd question: I have some display settings (like shown items filters etc)

Re: Reacting to cross-cutting model change (like display settings in session) // Re: Form with multiple AjaxButton - why are all onEvent() called?

2013-02-06 Thread Sven Meier
Take a look at this one: http://www.wicket-library.com/wicket-examples/events/ Sven On 02/06/2013 03:17 PM, Ondrej Zizka wrote: Aaah, ok. Thanks to all for the responses. I thought that onSubmit would have something to do with actual submit of the form, while this is just AJAX request. A