In case of a custom update() function form= should read like: form=crud.update(db.adres,request.args[0],next=(URL (r=request,f='crud_address')))
In web2py next is set to: URL(r=request) self.settings.update_next = URL(r=request) Which in case of a custom update function calling update() on crud is your custom update() function. This results in an error ticket being issued. Kind regards, Annet --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

