(Tue, Apr 18, 2006 at 12:00:12PM -0400) zope-request@zope.org wrote/schrieb/egrapse:
From: "Erik Billing" <erik@ekhagen.org> Thank you, that worked nicely. But I was unable to call the LazyFilter from the DTML document, I figure I have to import the ZTUtils module first. Is there a special DTML-tag to do import?
By the way? Is there some obvious documentation about the different modules that I have missed? As I mentioned in an earlier letter I'm new to Zope and I find it very hard to get an overview of all the different modules
If you are new to Zope you should drop DTML like a hot potatoe and start doing your logic in python and your presentation in ZPT -- strictly parted. Also don't bother too much with implementing stuff with TTW means ("through the web" - the stuff you do from the ZMI). Better start doing filesystem python products. Read for example http://zopewiki.org/ZopeStarter - including the link to the "new" tutorial from upfrontsystems. The ZopeStarter page is a 5 minute read, but has good pointers to stuff that will get you started in the right directioin. Regards, Sascha