On Dec 14, 8:07 pm, Parthasarathy Ramanujam <[email protected]> wrote: > Isn't the default routing mapping forRL say /users/login = > UsersController->login(); Why then does my app get an additional Controller > suffix appended?
Look at the error message - it's saying it can't find a view file, it found your controller. That's probably because you've set $name in your controller to "UsersController" - show some code if that's not it. AD -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
