I have a dtml-method which adds an object, which I then wish to display.
I can display a link to my object with
<a href=objects/newObject>Jump to object</a> (where objects is a folder)
but I would rather forgo the link and take the user straight to the object. Sadly,
<dtml-var objects/newObject> doesn't seem to work -- I get an unresolvable object, which does exist.
So what am I doing wrong ?
AFT