22 Oct
2003
22 Oct
'03
5:13 p.m.
Florent Guillaume wrote at 2003-10-22 12:25 +0200:
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).
But, it is probably best to ignore these difficulties and simply redirect always. Dieter