[Zope] Suggestions on getting proper URL in ZPT?

Chris Withers chrisw@nipltd.com
Thu, 01 Aug 2002 12:45:34 +0100


Alec Munro wrote:
> I didn't explain this one properly at all. I need to have href links to
> the python scripts. So if the container had a property like URL, that
> would be handy. But I think I found a way around it.

container.whatever.your_python_script.absolute_url() should work.

cheers,

Chris