1 Jun
2006
1 Jun
'06
3:45 p.m.
Florent Guillaume wrote:
The following TALES expression using the 'item' name doesn't work:
python:repeat['item'].even() Unauthorized: The container has no security assertions. Access to 'even' of (Products.PageTemplates.Expressions.PathIterator object at 0x47986f0) denied.
whereas this works:
repeat/item/even
Anyone knows why?
I bet I forgot an __aanus__ = True in ZopeIterator / PathIterator. Philipp