Re: 1.2 validateErrors and $form-error not displaying error messages

2007-06-06 Thread Romano
Hi all, I'm experiencing the same problem, no errormessages get displayed, though $this-User-invalidFields() does contain a few. validateErrors appears not to work. Could this indeed be caused by PHP4 not passing vars by reference in the case where my User model is passed to validateErrors() ? I

1.2 validateErrors and $form-error not displaying error messages

2007-04-16 Thread Aaron Thies
I had validation all working fine with my table-less model in CakePHP 1.1 and then I moved to CakePHP 1.2 for the internationalization functionality. Now my validation is not working. I figured out I have ot change my $html-tagErrorMsg() to $form-error() but now my error messages are not