> > Oh, I had thought that 'myaction' stood for a full URL. So in this > case, is 'myaction' actually the name of a controller, or function? >
It's a function. When you don't pass an application or controller name to URL(), it assumes the current application and current controller. Anthony --

