22 Oct
2003
22 Oct
'03
9:09 p.m.
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 <16274.18796.135508.105635@gargle.gargle.HOWL> 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