On Dec 26, 11:19 pm, "Scott L. Burson" <[email protected]> wrote: > Hi all, > > So I've got a quickform with a :SATISFIES function, whose body looks > like this: > > (or (string= (slot-value data 'password) > (slot-value data 'password-confirm)) > (values nil > '((password . "Passwords don't match.")))) > > When the check fails, I don't see the error message. However, if I > change the caar of the second value from `password' to `nil', then I > do get the message. On investigation, the HTML being generated in the > two cases is almost identical, the only significant difference being > the class of a <ul/> element being "field-validation-errors" instead > of "non-field-validation-errors". It looks like the CSS is > suppressing the field-validation-errors output. Is this intentional?
I haven't looked at this myself, but from your description it sounds like a bug. Leslie -- You received this message because you are subscribed to the Google Groups "weblocks" 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/weblocks?hl=en.
