27 May
2002
27 May
'02
4:31 p.m.
On Mon, 2002-05-27 at 11:45, Roché Compaan wrote:
[...]
<dtml-in getProxies('Platform') sort="Name" prefix="platform">
This is not a valid syntax, you should have:: <dtml-in "getProxies('Platform')" sort="Name" prefix="platform"> Note the double quotes around the getProxies call. In order not to use the double quotes, you'd have not to pass any parameters to getProxies as in: <dtml-in getProxies sort="Name" prefix="platform"> Cheers PS: please, do not crosspost. This kind of question is better of in the zope@zope.org list. This reply goes crossposted for completness sake. -- Ideas don't stay in some minds very long because they don't like solitary confinement.