@Matt: When starting with CakePHP the main rule you should ALWAYS
follow is stick to the conventions.  You have deviated from the
tutorial by changing urls from the conventional format (explained
within the tutorial on http://book.cakephp.org/view/336/Creating-Post-Views)
of

/controller/action/param1/param2

to

/controller/action/paramName1:paramValue1/paramName2:paramValue2

and in doing so have caused yourself this issue.

When learning a new framework it is tempting to try and stick to some
of your own previous conventions, but I promise you with CakePHP it is
much better to conform to the frameworks conventions as it saves you
soooo much time :)

HTH

Paul

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to