I do not know but I noticed a mistake (both your and mine). INPUT (_type='datetime',_name="datelimite",_class='datetime',requires=IS_DATETIME ()),
should be INPUT(_name="datelimite",_class='datetime',requires=IS_DATETIME()), This may be causing the problem. On Jun 24, 3:59 pm, Fauché JM <[email protected]> wrote: > Thank for you answer but when trying the alert message: > "Calendar.setup: > Nothing to setup (no fields found). Please check your code" > appear ! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

