30 Dec
2001
30 Dec
'01
7:54 a.m.
You can avoid the redirect using Zope function render(). For instance, if the object to display is in the current folder (PARENTS[0]), you can write: <dtml-var "_.render(_.getattr(PARENTS[0], name_of_the_doc_to_display ))"> where name_of_the_doc_to_display is a string. Of course, render() can be called on any object. Recall that paths like foo/bar/doc are "equivalent" to foo.bar.doc Hope this help, Emmanuel