[Wicket-user] Updating textfield model in ajax onchange

2007-05-04 Thread Tauren Mills
I have a text field called 'dateField' on a form that has an associated DatePicker control. When someone selects a date in the picker, I want to do an ajax call to refresh another component on the page. I need the dateField model to be updated in the ajax call. I originally assumed the model

Re: [Wicket-user] Updating textfield model in ajax onchange

2007-05-04 Thread Igor Vaynberg
see ajaxformcomponentupdatingbehavior, that will update the model for you -igor On 5/4/07, Tauren Mills [EMAIL PROTECTED] wrote: I have a text field called 'dateField' on a form that has an associated DatePicker control. When someone selects a date in the picker, I want to do an ajax call