Hi Magnus ! magnus@vestnett.no wrote:
After meditating on the Zope documentation, I have come to the belief that the right thing to do will be to create a Product with a Z class that has statistics as properties and a DTML document containing the descriptions. However, confusion clouds my mind:
* How do I set properties from DTML, based on form input? * How do I edit the contents of a DTML document from a DTML method? * Is the structure I have chosen the best one?
Have a look at the ZDP-Tools for inspiration. http://www.zope.org/Members/roeder http://www.zope.org/Members/roeder/ZDP-Tools-0.1-Announcement Discussion is possible via http://zdp.zope.org:8080/ZDP/projects/zdptools or via the ZDP mailing list: zdp@zope.org It would be fairly easy to extend the ZDP-Tools for your needs, because _everything_ is done with DTML, and most things can be changed even by novice DTML programmers. Just plug in your own subclass of DocumentFolder. Greetings, Maik Röder