[Zope] ZClass Adding Magic Needed

2001-01-17 Thread Geoffrey L. Wright
So: I have a odd little problem that I can't seem to solve. I have two zclasses. We'll call them zclass1 and zclass2. zclass2 lives inside of zclass1. zclass1 has the following two properties: id and displayOrder. zclass2 has the four properties: id, displayOrder, alignment and content.

Re: [Zope] ZClass Adding Magic Needed

2001-01-17 Thread Jim Washington
Hi, Geoff Your situation looks like application logic confusion enhanced by the weirdness of DTML. Use a Python Script/Method to do the background heavy lifting. If you are using with, let and REQUEST.set() to access your items, it can be done much more simply and understandably in a Python

Re: [Zope] ZClass Adding Magic Needed

2001-01-17 Thread Geoffrey L. Wright
Jim Washington [EMAIL PROTECTED] writes: Hi, Geoff Your situation looks like application logic confusion enhanced by the weirdness of DTML. Application logic confusion in what way? Perhaps I didn't give enough detail about what I'm doing. Here's a little ASCI art that may clear things