24 Mar
2000
24 Mar
'00
9:31 a.m.
<dtml-var id> returns string value for id
This should work if 'id' is what appears in the management view, etc... What do you mean by string value?
<dtml-var "id"> returns <Python Method object at 864c500> Hmm, are you sure you're not trying to include python methods rather than DTML documents or DTML methods?
Try: <dtml-var "id()"> if there's not another reason why this isn't working...
Please reply to mailto:scoff@i.am This is rude... If you want the list to help, don't ask for personal replies, subscribe to the list and share the knowledge ;-)
cheers, Chris