Re: DropDownChoice.onSelectionChanged() and model updating

2008-05-08 Thread Igor Vaynberg
the entire form, or a way to group fields on the form and do it > on the group? > > Thanks > > > > -Original Message- > From: Igor Vaynberg [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 07, 2008 10:28 PM > To: users@wicket.apache.org > Subject: R

RE: DropDownChoice.onSelectionChanged() and model updating

2008-05-08 Thread Andrew Broderick
Vaynberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 07, 2008 10:28 PM To: users@wicket.apache.org Subject: Re: DropDownChoice.onSelectionChanged() and model updating when you submit a form the fields remember their "raw" values. if in onselectionchanged() of the ddc you change something

Re: DropDownChoice.onSelectionChanged() and model updating

2008-05-07 Thread Igor Vaynberg
when you submit a form the fields remember their "raw" values. if in onselectionchanged() of the ddc you change something that will change values of these other form components and you want that reflected you need to call clearInput() or modelUpdated() on those form components. -igor On Wed, May