FWIW, I did file a detailed bug report on this issue in the (currently down) Zope collector... If we're talking about the same thing, I think the right thing to do is to change ActionProviderBase to not assume what it's calling is a DTML method.
On Wed, 2003-10-22 at 06:25, Florent Guillaume wrote: > In article <[EMAIL PROTECTED]> you write: > > Unfortunately, returning "getattr(self,method)(self,REQUEST)" > > requires the method to be DTML like and breaks if this is not the > > case. > > Note that this particular problem can easily be cured by the standard > if getattr(aq_base(ob), 'isDocTemp', 0) > test (see CMFCore/PortalContent.py for an example). > > Florent _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
