2009/11/27 george hu <geo...@gmail.com>: > I'm trying to use zpt to render a nested list and I found an example in the > mail list of zope,
Try this: http://pastie.org/722303 The problem you had was that the macro will be defined only after the tal:repeat operator; you need to split these up. In general, it's inadvisable to use METAL and TAL on the same element except ``tal:define``. \malthe _______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev