6 Sep
1999
6 Sep
'99
8:07 p.m.
At 12:41 PM 9/6/99 -0500, Stephan Richter wrote:
that helps. Our indexes are created dynamically, sothe second issue would not be the problem. But how could I get the entire URL if I am using DOM methods.
Right now I simply say: <dtml-var id>. Is there a function with which I can get the entire URL?
Try <dtml-var "absolute_url(1)"> which gives the absolute url from the top of the object hierarchy. Note: this method is available on all normal Zope objects. -Amos