[Zope3-Users] Accessing adapter methods from zpt

2005-08-16 Thread Michael van Slingerland
Hi all, I've made an adapter on the image content type and built a new view on the IImage interface. But what I can't find anywhere is how to access methods defined in the adapter from ZPT? Anyone knows howto do this? Thanks, Mike ___ Zope3-users mail

Re: [Zope3-Users] Accessing adapter methods from zpt

2005-08-17 Thread Michael van Slingerland
bably won't want to reference it as > self.adaptation - call if something more meaningful - > self.myimagefunction, or whatever. > > You will need to def a method for each adapted method > you want to grab from adapters and pass to the ZPT. > > If you have more than one ad