> Even when I used the FormHelper functions to generate my form, errors
> weren't being highlighted - did I misunderstand, is it actually
> supposed to do this or not?
yes, it should - when I use the FormHelper (or HtmlHelper), a class of
'form_error' is added to any invalid elements, have a look in the
source of your page.
.form_error {
border: red 1px solid;
}
if it's not then there's an error with your code somewhere (what
version of cake are you using?).
The class is added even if you aren't displaying 'tagErrorMessage'
anyhere which is also handy.
hth
jon
--
jon bennett
t: +44 (0) 1225 341 039 w: http://www.jben.net/
iChat (AIM): jbendotnet Skype: jon-bennett
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---