Dear all, I've implemented a method which uses SQLFORM.grid to show a subset of a given table. The query that defines the subset is built using a variable passed to the method through request.vars.*. Everything works as expected but search, namely when I type search for something all former request.vars are erased. Actually the action url of the form is correct it has all request.vars variable plus the signature, when I type search all of them are replaced by the variable 'keywords' Is this the expected behavior for SQLFORM.grid search?
Regards Paolo -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

