Hi,

I have this weird problem. I set up validation rules but cake seems to
ignore them. Here is my model and controller: 
http://bin.cakephp.org/view/309506151

I supply this data:
Array
(
    [PostComment] => Array
        (
            [username] =>
            [email] =>
            [message] =>
            [post_id] => 31
        )
)

which obviously sould not validate, yet the first debug returns
'true'. This is driving me crazy, my controller is kind of 'nasty',
because I was trying to debug the problem.

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