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
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )