pardon me (for long code), i know that the inproper way to use a dict like that. what i want to achieve is i want to assign a vars yet, include the others vars that already stored before. for example : 1st user search 'a' (vars search_product = a) 2nd time user click next (vars search_product =a & page = 1) 3rd time user click sort by highest price (vars search_product =a & page = 1 & sort=highest_price)
how can i achieve it using web2py way? thanks n best regards, stifan -- 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.

