Hi all, i'm having a problem with the datepicker widget. The widget works perfectly on screen, everything is fine. But when i try to print the page containing the form all the fields print correctly, showing the input value, while the fields linked to the datepicker shows up empty, the fields are there (the borders print) but the value is empty.
I can't show the complete working code as it isn't publicly accessible, but here's the creation of the widget: $("#PAGM_DATA_DA").datepicker({ changeMonth: true, changeYear: true, bgiframe: true, dateFormat: "dd-mm-yy", constrainInput: false, maxDate: "-1D" }); and the <input> field declaration: <label for="PAGM_DATA_DA">Data da</label> <input type="text" name="dataDa" id="PAGM_DATA_DA" size="11" maxlength="10" class="textfield" value="" /> Any idea why this is happening? Can it somehow depend on something else? Problem happens both with IE6 and FF3.5.7. Jquery 1.3.2 and Jquery-UI 1.7 Thanks! Marcello
-- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.