Buppy 0 Junior Poster in Training

Hi,

I have a form (using cake form helper) and it's validation rules. The problems is that the errors does not show. I can see it validates correctly - the data is not being saved, the fields has their .required class added, and also when i check the $this->Model->invalidFields(); it contains all the errors. They just do not appear in the right place. I also have other forms in my app and they're working properly. Can anyone share an advice about what might cause these errors not to appear?

Thanks