Batching function calls means to pass a set of functions to link() which are called in a fixed order. This allows one to call something else after a form function or functions which to rather simple operations like inserting a record and then call the page function again. To batch functions one on another add the name and arguemnt to the link() function using view::set_next().