On Dec 31, 2:25 pm, mdipierro <[email protected]> wrote: > Are you calling it with > URL(....f='open_option?id=3') > instead of > URL(....f='open_option',vars=dict(id=3))
Yes: URL(r=request,f='open_option?id=%s'%option.id) I can easily change this in my app, however I wonder how many other apps will break from having made the same error? F --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

