On Wednesday, April 18, 2012 1:56:08 PM UTC-4, simon wrote: > > There is no "r" parameter for URL. Not sure what you are trying to pass. > You already specify the controller and function.
Yes, there is an "r" argument to URL -- it takes a request object and reads the current application, controller, and function from it if not provided explicitly. Anthony

