> I've read that I can get the filenames as id's by using
> getObject, but I can't seem to make it work.

Try this:

<dtml-with images>
<dtml-in fileIds start=0 size=50 orphan=0 reverse>
<img src="images/<dtml-var sequence-item>"><br>
</dtml-in>
</dtml-with>

--jfarr

"Perl is worse than Python because people wanted it worse."
Larry Wall, 14 Oct 1998



_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to