Re: Validation and Display Question

2005-07-08 Thread BHansard
To get the error appear next to the field add the following : to change the text of the field label (if your form is a table) ... class="error"> Field label ... ">"Scott Purcell" <[EMAIL PROTECTED]> "Scott Purcell" <[EMAIL PROTECTED]> 07/08/2005 02:58

Re: Validation and Display Question

2005-07-08 Thread erikweber
Sorry, I'm not at my home box and I'm also in a hurry or I would have a better answer. I have always done this the hard way -- using a logic:messagesPresent switch beside each field, seeing if a message for that particular property is present, highlighting if it is. It does work but it's a lot