Two things: can you post the line from the controller where you're
saving the data? And can you confirm that the field is called
"username"?

Also, post a debug of a test submission.

if (!empty($this->data))
{
    die(debug($this->data));

On Thu, Jun 4, 2009 at 12:58 PM, Michael Gaiser <[email protected]> wrote:
> I have also misspelled the checkUnique function so it should have thrown an
> error, but nothing happened. Is there a way to force cake to use its
> validation rules?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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