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
[EMAIL PROTECTED] list. This reply goes crossposted for completness sake. 

-- 
Ideas don't stay in some minds very long because they don't like
solitary confinement.



_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to