[Zope] DTML Container?
Mike
mike@if-site.com
Tue, 08 Feb 2000 19:40:48 +0700
Steve Spicklemire wrote:
>
> Hi Mike,
>
> Hmmm.. how about just letting each instance of your
> ObjectManagerish ZClass contain a "DTML Method" called
> story_dtml or something. Then the index_html method of
> the Zclass could (among other things possibly..) call
>
> <dtml-var story_dtml>
I have two objections:
1) aggregation is NOT inheritance.
2) when you try index such object in ZCatalog (I mean full text index)
you get story_dtml indexed, not object itself. How will you handle such
catalog entries?
>
> which can then us all the tags your're talking about freely?
>
> more soon I'm sure... ;-)
> -steve
Steve, my English is much better than your Russian ;-)
Mike