Trastabuga wrote: > Since my data model relies on some base-classes with some common data > (like id, name, description) I'd like to be able to create views by > inheriting from some "base-view" which has those common fields and a > scaffold of the class I am creating the view for. > Something like > (defview parent-form-view (:type form :inherit-from '(:scaffold base- > data)).... > (defview child-form-view (:type form :inherit-from '(some-parent- > view :scaffold section)).... > > Can I do this with the current framework?
Multiple inheritance (scaffolds or otherwise) is not supported right now. 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.
