Re: validation 1.2 view code.

2008-05-30 Thread leo
thanks - got the answer of the irc group: $form->input('adreca',array('error'=>false On 30 Maig, 17:54, "b logica" <[EMAIL PROTECTED]> wrote: > Is the error-message div inside the span? Just after it? > > span div.error-message { display: none; } > span + div.error-message { display: non

Re: validation 1.2 view code.

2008-05-30 Thread b logica
Is the error-message div inside the span? Just after it? span div.error-message { display: none; } span + div.error-message { display: none; } I assume you're giving the span a classname, which would tighten up those rules somewhat. It may be better, though, to deal with this through Cake in th