5 Jun
2001
5 Jun
'01
9:18 p.m.
Bernd Dorn wrote:
this doesnt work either
my test funtion:
def test_htm(self): """ just test """ context = self.aq_parent return context.absolute_url()
returns always the absolute_url of the parent object of the class instance
I think I understand what you mean. Yes, you're right. To make it work differently, you're right in saying you need to create an HTMLFile instance (or another methodish thing). - C