Hi,
I found a bug in simpleform. The problem is in the dependencies
methods.
It can be fixed in the following way:

(defmethod dependencies append ((obj dataform))
  (dependencies
   (case (dataform-ui-state obj)
     (:form (dataform-form-view obj))
     (:data (dataform-data-view obj)))))

(defmethod dependencies append ((obj simpleform))
  (dependencies
   (case (dataform-ui-state obj)
     (:success (simpleform-success-widget obj)))))

Thanks,
Alessandro

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