Hello, I have this form in my webapp: DOB = widgets.CalendarDatePicker(format = '%Y/%m/%d',validator = validators.DateTimeConverter(format="%Y/%m/%d"))
After I installed the app in production server for some reason I am not able to select the date using the javascript plugin via apache proxy. It works if I connect directly to 192.168.0.1:8081/addressbook but it doesn't work if I connect via apache proxy 192.168.0.1/addressbook Any ideas why that might be? Lucas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

