[Zope] Cast

M. Adam Kendall mak@kha0s.org
28 Mar 2001 18:31:29 -0500


What you probably want is something like this:

<dtml-in expr="_.getitem(parametro).objectValues()">

On 28 Mar 2001 23:07:40 +0000, afterz@zipmail.com wrote:
> Hi.
> 
> Do I need to cast or something like that to make this?
> Because the parameter is an object, but zope treats like a
> string.
> 
> Ex.:
> <dtml-in "REQUEST['parametro'].objectValues()">
> The REQUEST['parametro'] is a folder.
> 
> Thank you.