On May 28, 6:14 pm, Ralle <[EMAIL PROTECTED]> wrote:
> Hmm, okay. Thanks :) I'll take a look at it.
> But, i'd expect a normal form to send me to: localhost/cakephp/users/
> register/users/register since the form is places at localhost/cakephp/
> users/register...

You don't expect the form action to be used?
<form action="/users/register" method="post">

If you hardcode your form tag there's not much cake can do to make
things to to the right place.

In 1.1 you'll find what you want in the $html helper I think - you
might want to consider jumping straight to 1.2 though - mostly the
same, just betterer.

hth,

AD
PS. http://book.cakephp.org/view/326/the-cake-blog-tutorial <- 1.1 101
guide
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to