I'm trying to use Datepicker + JqueryTools Overlay. Somehow the calendar is shown but after selected, the date is not pass it as value inside the input box and I got a javascript jqueryui error saying "o is undefined".
You can see here the overlay with the form and the datepicker opened (behind you can see the YUI tabs where the triggers for the overlay are) Overlay Here
Then this a image with an alert showing the element id and it's value (I set this alert inside datepicker's onClose event) Overlay with Alert Here
Now I know this is an error triggered on datepcker when tryng to set the date,but I think the main problem should be in the overlay data cause it seems datepicker somehow doesn't know where to set the new value.