The args and vars contain information which can be processed in your controller function. Typically args contain essential info required for the function, and vars contain arbitrary variables which are passed in addition.
In this URL: /emailer/default/caller/1?var1=kk&var2=joe the number 1 would be required in the function to identify the record number. It is essential information required by the function and is therefore typically contained in the args. The var1 and var2 variables are additional information being passed in a more arbitrary way. I suggest you continue to read the book and go through the examples given in the overview <http://web2py.com/books/default/chapter/29/03/overview>. By the end of that chapter you should understand it much better. -- 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.

