17 Mar
2003
17 Mar
'03
8:38 p.m.
Sorin Marti wrote at 2003-3-17 10:58 +0100:
... That's the situation. Now I want a dtml-document which shows the uploaded documents in a table for each category like: name,link-to-pdf,link-to-html
Do *NOT* use DTML Document, use DTML Method instead... ... unless you have really good reasons to use DTML Document.
How can I get these links? I tried around with objectValues but I didn't suceed.
"DocFinder" might help you to learn about the available methods: <http://www.dieter.handshake.de/pyprojects/zope> Dieter