[Zope] Acquisition Template

Marco Catunda catunda@pobox.com
26 Jun 2002 20:02:56 -0300


But in python expression in ZPT 'context.objectValues'
doesn't exist. Why? I have to use 'here.objectValues'.
I think it doesn't make sense...

-- Marco Catunda


On Tue, 2002-06-25 at 16:57, Geir B=E6kholt wrote:
>=20
> 'context' in script(python) is the same as 'here' in ZPTs.
>=20
> in a script(python) you would write:
>    context.objectValues()
> to get the same result as
>    here/objectValues
> in ZPT