I have to paginate a search page that use a HTML form and request.vars to get the fields and values to search. As its is a dynamic form only two fields are fixed and the rest is dynamic. example: fixed request.vars.tpdoc = 1 request.vars.group = 3
dynamic request.vars.name = 'abc' request.vars.personal_id = '10' I tried to use something similar to what the SQLFORM.grid uses to have only the user_signature and vars.page on URL. But all paginator links put all the request.vars at URL when I click them and the major problem is that if I try to do another search I get an error because some of them may be put together with the last parameters and create a list. I dont know how to clean request.vars when i'm page 2 of a result page and try to search another thing. I don't have the code to post right now but i'll will as soon as possible. Any hint of how I can paginate only using request.vars? -- --- 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/groups/opt_out.

