24 Jan
2003
24 Jan
'03
3:27 p.m.
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