[Zope-CMF] Getting an object's Product meta type
David Cain
dacain@library.syr.edu
Thu, 20 Mar 2003 09:39:48 -0500
Thanks.
I likewise just discovered this. Unfortunately, it doesn't report the
correct "Product meta type" when I create a new scriptable type. It
just reports the type my scriptable type was based on :(
Any ideas on how to get to the actual scriptable type's "Product meta
type" information are greatly appreciated.
> -----Original Message-----
> From: Gitte Wange [mailto:gitte@mmmanager.org]
> Sent: Thursday, March 20, 2003 9:34 AM
> To: David Cain
> Subject: Re: [Zope-CMF] Getting an object's Product meta type
>
>
> On Thursday 20 March 2003 03:24 pm, David Cain wrote:
> > Let me rephrase the question: how do I get to an object's
> Product meta
> > type?
>
> In a page template you could do something like this:
> Meta type: <span tal:replace="here/meta_type" />
>
> An object's metatype is accessed with it's property 'meta_type'
>
> --
> Gitte Wange
> Technical Manager
>
> Email: gitte@mmmanager.org
> Web: http://www.mmmanager.org
> Tlf: +45 36 46 20 02
>
> Google's suggestion when searching for 'aq_base zope'
>
> -- Michel Pelletier pointed this out
>