[Zope] absolute_url vs. REQUEST/URL0
Dieter Maurer
dieter at handshake.de
Wed Feb 25 16:06:14 EST 2004
Jason C. Leach wrote at 2004-2-24 09:23 -0800:
>So what's the difference between absolute_url and URL0? Where should each
>be used?
"absolute_url" gives you the shorted path to the object,
"URL0" may contain deviations (caused by acquisition).
When you access the object via "URL0" you may be able
to access more attributes (as the acquisition context may be larger).
--
Dieter
More information about the Zope
mailing list