[web2py] Edit button behavior with sqlform.grid and multiple joins

2013-01-23 Thread Jason Martens
Hello All, I have a SQLFORM.grid with multiple joins that looks something like this: query = (db.locations.id == 10) & (db.rooms.id == db.locations.room_id) & (db.other.id == db.rooms.other_id) SQLFORM.grid(query) The problem is the edit button defaults to the other table, and I want it to g

Re: [web2py] Re: session.flash not working?

2013-01-24 Thread Jason Martens
I am also experiencing this issue, however I tried to recreate it with a simple view/controller, and was unable to do so, but I have a much larger application with the problem. I'm currently using v 2.2.1. Is there any way to "watch" the session.flash variable to see where it is getting unset a