Hi Massimo, Happy to see you back ;)
@Is this the latest trunk? Yes I am using the latest trunk Hi Robin, Try setting formname = None: > > team_form.accepts(request.vars, formname=None) > > Then try inspecting the request.vars to ensure that 'id' var matches > db.Team.id. > > Also try submitting w/o any id at all. Tried setting formname = None, still no success. Team id is correct too. After setting formname = None, normal edit (using edit_url) also gives same error. so setting it back to default Here's the url for team http://cric2.alwaysdata.net/init/team/ Edit url http://cric2.alwaysdata.net/init/team/edit/2 works fine but url http://cric2.alwaysdata.net/init/team/edit/2?name=england fails FYI: redirection & Flash are not set in the edit method (for measuring performance), so even after successful edit, it will again render edit again. Thanks, Sudhakar.M --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

