18 May
2001
18 May
'01
10:50 p.m.
Still, I'm confused, then why would that url (...list?Subject='something') work at all? By signature you mean list(_.None,_) ?
That signature is the signature of a DTML Method; your 'list' object is a Topic, which isn't directly callable. Try:
<dtml-in expr="list.queryCatalog( Subject='something' )">
Tr