You discovered a bug in web2py_ajax.html. the calender give an error
for an INPUT field of the right class ("date" or "datetime") that does
not have an id. For now fix it by changingINPUT(_name="datelimite",_class='datetime',requires=IS_DATETIME()), into INPUT(_name="datelimite",_class='datetime',_id="datetlimite", requires=IS_DATETIME()), I will try fix the JS code if possible. Massimo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

