[Zope-CMF] Default action

Chris Withers chrisw@nipltd.com
Wed, 11 Jul 2001 07:18:42 +0100


> [Chris Withers]
>
> | ...what determines the method that gets called on mycontent to
> | return a result to the above?
>
> I thought __call__() was always called, because index_html is set to
> None (and this is supposedly a hint to ZPublisher to use __call__).

I may be mistaken, but I think PortalContent has it's own __call__ which
finds the appropriate method to call and then calls that. I guess I should
take a look at the source ;-)

cheers,

Chris