RE: Linking radio buttons to textfield model update

2008-03-19 Thread Michael Mehrle
radio button being associated with a different type of component (textfield, textarea, AutocompleteTextArea, etc.). Thanks! Michael -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2008 1:42 PM To: users@wicket.apache.org Subject

RE: Linking radio buttons to textfield model update

2008-03-18 Thread Michael Mehrle
ay, March 18, 2008 1:42 PM To: users@wicket.apache.org Subject: Re: Linking radio buttons to textfield model update RadioChoice supports wantOnSelectionChangedNotification() you can use that to get a callback whenever a new option is selected, then call clearinput() on whatever textbox needs to be

Re: Linking radio buttons to textfield model update

2008-03-18 Thread Igor Vaynberg
RadioChoice supports wantOnSelectionChangedNotification() you can use that to get a callback whenever a new option is selected, then call clearinput() on whatever textbox needs to be made blank -igor On Tue, Mar 18, 2008 at 1:36 PM, Michael Mehrle <[EMAIL PROTECTED]> wrote: > Anyone? I also forgo

RE: Linking radio buttons to textfield model update

2008-03-18 Thread Michael Mehrle
Anyone? I also forgot to mention that three of the radio buttons are associated with a textbox, but two are not (radio buttons without textfields). Would love to know how to build this and properly assign the model. Michael -Original Message- From: Michael Mehrle [mailto:[EMAIL PROTECTED]