[Zope] Loading an object
Jochen Frühauf
frj@iis.fhg.de
Fri, 24 Jan 2003 16:27:54 +0100
Hallo,
on a page named index_html I am using the following code to get the
object shown referenced in profile. It doesnt work. Only the name of the
object is printed. Whats wrong?
-------------------------------------------------
<dtml-if profile>
<dtml-var profile>
<dtml-else>
<ul>
<dtml-in "profile_script(suche='profile')" skip_unauthorized="1" reverse>
<li><a href="index_html?profile=<dtml-var id>"><dtml-var title></a></li>
</dtml-in>
</ul>
</dtml-if>
--------------------------------------------------
Thanks
Jochen