I notice that when I submit a form to a url such as

http://mysite.com/controller/action/25

If validation fails on the first attempt the form reloads under the exact
same url and retains all of $this->data
but if the validation fails on subsequent attempts the form reloads
but the record id gets dropped from the url and the only info left in
$this->data is the value
of the submitted form element and that's all.

What causes this? Is there a way around it?

- Ed

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