[ZPT] tal path thingies

Evan Simpson evan@zope.com
Thu, 14 Mar 2002 11:15:41 -0500


Tom Deprez wrote:
> python:path('item[0]/%s'%fname)

I wouldn't expect this to work.  Try "python:getattr(item[0], fname)".

Cheers,

Evan @ Zope