Update of datepicker value with ajax

2007-10-04 Thread Per Newgro
Hi *, I present a date by 3 DropDownChoices (year, month, day). Additionally i want to provide a datepicker. The sync from datepicker selection to dropdownchoises is working as expected. On the other hand if i change the dropdownchoise the datepicker value will be changed, but it is

Re: Update of datepicker value with ajax

2007-10-04 Thread Gerolf Seitz
Per, a temporary fix for now would be to instead of adding the DateTextField to the AjaxRequestTarget, add text.getParent() i'll fix this misbehavior with something similar what matej did with the IndicatingAjaxButton Gerolf On 10/4/07, Per Newgro [EMAIL PROTECTED] wrote: Hi *, I present