[Zope] [Q]: Absolute URL in tree tag

Michael Bernstein mbernstein@profitscape.net
Mon, 22 Feb 1999 12:32:30 -0800


Sorry for the newbie question, but how do you get the links in a tree to
use absolute URL's?

Here is the simplified code:

<!--#tree -->
<A HREF="<!--#var tree-item-url-->"><!--#var id--></A>
<!--#/tree-->

tree-item-url returns a relative URL. how do you get this to use an
absolute one?

Thanks in advance,

Michael Bernstein.