[Wicket-user] DropDownChoice#wantOnSelectionChangedNotifications

2007-05-01 Thread Johannes Schneider
Hi, can anyone explain me why I have to override the method wicket.markup.html.form.DropDownChoice#wantOnSelectionChangedNotifications to make it return true. I would prefer a field that can be modified using a setter... What are the reasons for the actual design? Thanks, Johannes

Re: [Wicket-user] DropDownChoice#wantOnSelectionChangedNotifications

2007-05-01 Thread Igor Vaynberg
a field would require us to store a boolean in the class and so increase the session size unnecessarily. makes sense? -igor On 5/1/07, Johannes Schneider [EMAIL PROTECTED] wrote: Hi, can anyone explain me why I have to override the method

Re: [Wicket-user] DropDownChoice#wantOnSelectionChangedNotifications

2007-05-01 Thread Johannes Schneider
Yes, makes sense ;) Thanks for your answer. Johannes Schneider Igor Vaynberg wrote: a field would require us to store a boolean in the class and so increase the session size unnecessarily. makes sense? -igor On 5/1/07, *Johannes Schneider * [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]