[Zope] NEWBIE: dtml-in and subobjects
sam
linuxcraft@redspice.com
Sat, 18 Mar 2000 01:15:36 -0600
> I suspect this involves the use of the dtml-in tag, but I can't for the
> life of me figure out what the syntax should look like. The discussion of
> dtml-in tag seems to imply a list of objects in a folder, and what I have
> is a list of subobjects in an object.
>
> Hints anyone? How-To? FAQ?
Have you tried
<dtml-with containerObject>
<dtml-in "objectValues('whatever class name')">
I have not tried this myself but suspect is what you need
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
--
##########################
necessity is the
mother of invention
##########################