Re: [Zope3-Users] Using metadata and __name__ in addform

2005-05-16 Thread Florian Lindner
Am Donnerstag, 12. Mai 2005 15:52 schrieb Fred Drake: > On 5/11/05, Florian Lindner <[EMAIL PROTECTED]> wrote: > > factory = annotatableadapter.partialAnnotatableAdapterFactory(["title"]) > > > > I'm not sure where to place this call (in the interface, in the > > implementation, in which function,

Re: [Zope3-Users] Using metadata and __name__ in addform

2005-05-16 Thread Florian Lindner
Am Dienstag, 10. Mai 2005 23:34 schrieb Fred Drake: > On 5/10/05, Florian Lindner <[EMAIL PROTECTED]> wrote: > > how can I automatically create a addform that allows the user to enter > > the metadate zope:description and the __name__. Using addform->fields has > > not worked. > > There are a coupl

Re: [Zope3-Users] Using metadata and __name__ in addform

2005-05-12 Thread Florian Lindner
Am Donnerstag, 12. Mai 2005 15:52 schrieb Fred Drake: > On 5/11/05, Florian Lindner <[EMAIL PROTECTED]> wrote: > > factory = annotatableadapter.partialAnnotatableAdapterFactory(["title"]) > > > > I'm not sure where to place this call (in the interface, in the > > implementation, in which function,

Re: [Zope3-Users] Using metadata and __name__ in addform

2005-05-12 Thread Fred Drake
On 5/11/05, Florian Lindner <[EMAIL PROTECTED]> wrote: > factory = annotatableadapter.partialAnnotatableAdapterFactory(["title"]) > > I'm not sure where to place this call (in the interface, in the > implementation, in which function, ...) and what to do with the factory > variable. Is there a rea

Re: [Zope3-Users] Using metadata and __name__ in addform

2005-05-11 Thread Florian Lindner
Am Dienstag, 10. Mai 2005 23:34 schrieb Fred Drake: > On 5/10/05, Florian Lindner <[EMAIL PROTECTED]> wrote: > > how can I automatically create a addform that allows the user to enter > > the metadate zope:description and the __name__. Using addform->fields has > > not worked. > > There are a coupl

Re: [Zope3-Users] Using metadata and __name__ in addform

2005-05-11 Thread Florian Lindner
Am Dienstag, 10. Mai 2005 23:34 schrieb Fred Drake: > On 5/10/05, Florian Lindner <[EMAIL PROTECTED]> wrote: > > how can I automatically create a addform that allows the user to enter > > the metadate zope:description and the __name__. Using addform->fields has > > not worked. > > There are a coupl

Re: [Zope3-Users] Using metadata and __name__ in addform

2005-05-10 Thread Fred Drake
On 5/10/05, Florian Lindner <[EMAIL PROTECTED]> wrote: > how can I automatically create a addform that allows the user to enter the > metadate zope:description and the __name__. Using addform->fields has not > worked. There are a couple of ways. 1. Use a custom class and template. This isn't so

[Zope3-Users] Using metadata and __name__ in addform

2005-05-10 Thread Florian Lindner
Hello, how can I automatically create a addform that allows the user to enter the metadate zope:description and the __name__. Using addform->fields has not worked. Thanks, Florian ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/m