## request vars widget ## ------------------------------------------------------------ ## ## this widget draws a bunch of hidden fields corresponding ## to the vars in the request ## you can provide a keys argument which is a list ## of keys, and it defaults to all request vars. ## you should really give it a list though, because if you ## use the same template in an error response it will get ## duplicates #for $key in $getVar("keys", $request.args.keys) #end for