Hi all

Is it possible to extend say Document with both FooExtender and BarExtender using schema extender?

The respective zcml is then
<adapter factory=".foo.FooExtender"/> and
<adapter factory=".bar.BarExtender"/>

Both classes do "adapts(Document)".

I find that only one extender wins in this case. Is there a smart way to register the adapters or should I change BarExtender to adapt FooExtender instead of Document?

In case you're wondering the one extension is coded by someone else, so I can't roll them into one module.

Thanks
Hedley

_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to