Mats Nordgren wrote:
context/articles would return the id's
[...]
The id is a string which has a title method (capitalize each worlds first letter); this is why your article/title is working.
[...]
You probably should use context/articles/values for the loop.
Thanks, it works now. The availability of 'title' confused me. I didn't knew about this method.
regards, Achim _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
