On Mon, 2002-05-27 at 18:31, Leonardo Rochael Almeida wrote:
> 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">

Oopps, I think my eyes got really tired - I was refactoring about 200
methods.

I must have known it is something like this becuase in some places it
worked, hehe :)

Apologies for the cross posting - I thought this was reeeealy
interesting.




_______________________________________________
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