>>> Yes, to the object. I would like to have a .my_method() on objects >>> with that marker interface set. So adapter should be the way. >>> >>> >> Yes , you can do (with appropriate programming in the adapter class) >> >> ad = IMyservice(some_content_object) >>
this works, no error >> value = ad.some_method(some_args) >> >> this gives me AttributeError: some_method _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
