[web2py] Re: SQLFORM with multiple buttons how to differentiate

2013-10-31 Thread John Felps
OK, thanks. I found a workaround; by naming each button differently and instead of checking the value, just check for name in request.vars. On Wednesday, October 30, 2013 6:30:53 PM UTC-6, John Felps wrote: > > I have an sqlform that populates from a db and has several submit buttons > named te

[web2py] Re: SQLFORM with multiple buttons how to differentiate

2013-10-30 Thread Massimo Di Pierro
This should be considered a bug. I will open a ticket. On Wednesday, 30 October 2013 19:30:53 UTC-5, John Felps wrote: > > I have an sqlform that populates from a db and has several submit buttons > named test with different _values (and appear with different names on the > screen). In PHP, the