So I've got a basic quickform with a :satisfies condition that works like
it's supposed to, except when that condition returns nil.  The expected
behavior is to refresh the widget with a "1 validation error..." message.
Instead, nothing is reloading at all, and I can only see that message
through Firebug.

(defview test-view (:type form :persistp nil)
  (username :requiredp t))

(make-quickform 'test-view :satisfies (lambda (widget data) [...] (values
nil '((username . "validation failed")))))

I've tried marking the widget dirty and even forcing a redirect, but to no
avail.  What am I overlooking here?

Thanks,
Scott

-- 
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.

Reply via email to