[web2py] Re: SQLFORM.grid in LOADed component Delete behavior

2013-03-13 Thread Niphlod
I'd say that if you want a full reload after deleting the record you should disable the default delete and code your own (with redirect) using the links argument or intercepting earlier a request.args containing 'delete' . As for the sqlform in the other component, try to decouple and see

Re: [web2py] Re: SQLFORM.grid in LOADed component Delete behavior

2013-03-13 Thread Jim Steil
That's what I was hoping to avoid, but probably the only way it is going to work. Thanks for taking a look. -Jim On Wed, Mar 13, 2013 at 6:15 PM, Niphlod niph...@gmail.com wrote: I'd say that if you want a full reload after deleting the record you should disable the default delete and