23 Mar
2004
23 Mar
'04
9:09 a.m.
Marc Lindahl wrote:
then I'm trying to use that in a DTML method. This works fine:
&dtml-portal_url;/&dtml-logoName;
Whereas this gives me an error:
<dtml-var "_[logoName].getURL">
You liekly wouldn't have this mess if you wer eusing ZPT. try: <dtml-var "_[logoName].getURL()"> Failing that: <dtml-var "_[logoName()].getURL()"> failing that, try: <dtml-var "_.getItem(logoName).getURL()"> after that, find out what logoName really is ;-) Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk