Re: [Zope3-dev] Problem with partialAnnotatableAdapters

2005-05-30 Thread Florian Lindner
Am Freitag, 27. Mai 2005 16:33 schrieb Jim Fulton: > Fred Drake wrote: > > On 5/25/05, Ivo van der Wijk <[EMAIL PROTECTED]> wrote: > >>I'm trying something similar right now as well - "sharing" the title > >>field between DC and content. Everything works fine, until I try to > >>change the title th

Re: [Zope3-dev] Problem with partialAnnotatableAdapters

2005-05-27 Thread Jim Fulton
Fred Drake wrote: On 5/25/05, Ivo van der Wijk <[EMAIL PROTECTED]> wrote: I'm trying something similar right now as well - "sharing" the title field between DC and content. Everything works fine, until I try to change the title through the Metadata tab: This is interesting. We're not using

Re: [Zope3-dev] Problem with partialAnnotatableAdapters

2005-05-27 Thread Fred Drake
On 5/25/05, Ivo van der Wijk <[EMAIL PROTECTED]> wrote: > I'm trying something similar right now as well - "sharing" the title > field between DC and content. Everything works fine, until I try to > change the title through the Metadata tab: This is interesting. We're not using the Metadata tab a

Re: [Zope3-dev] Problem with partialAnnotatableAdapters

2005-05-27 Thread Stephan Richter
On Thursday 19 May 2005 13:45, Florian Lindner wrote: >   File "/home/florian/Zope3/src/zope/tales/tales.py", line 698, in evaluate >     return expression(self) >   File "/home/florian/Zope3/src/zope/tales/expressions.py", line 204, in > __call__ >     return self._eval(econtext) >   File "/home/f

Re: [Zope3-dev] Problem with partialAnnotatableAdapters

2005-05-25 Thread Ivo van der Wijk
On 5/19/05, Florian Lindner <[EMAIL PROTECTED]> wrote: > Am Donnerstag, 19. Mai 2005 19:07 schrieb Stephan Richter: > > On Thursday 19 May 2005 13:02, Florian Lindner wrote: > > > > > for=".link.Link" > > > provides="zope.app.dublincore.interfaces.IZopeDublinCore" > > > factory=".link.factory" > >

Re: [Zope3-dev] Problem with partialAnnotatableAdapters

2005-05-19 Thread Florian Lindner
Am Donnerstag, 19. Mai 2005 19:07 schrieb Stephan Richter: > On Thursday 19 May 2005 13:02, Florian Lindner wrote: > > Â Â > Â Â Â Â for=".link.Link" > > Â Â Â Â provides="zope.app.dublincore.interfaces.IZopeDublinCore" > > Â Â Â Â factory=".link.factory" > > Â Â Â Â /> > > You need to make this a

Re: [Zope3-dev] Problem with partialAnnotatableAdapters

2005-05-19 Thread Stephan Richter
On Thursday 19 May 2005 13:02, Florian Lindner wrote: > Â Â Â Â Â Â for=".link.Link" > Â Â Â Â provides="zope.app.dublincore.interfaces.IZopeDublinCore" > Â Â Â Â factory=".link.factory" > Â Â Â Â /> You need to make this a trusted adapter and provide a permission for accessing it, i.e. add ``tr

[Zope3-dev] Problem with partialAnnotatableAdapters

2005-05-19 Thread Florian Lindner
Hello, I try to connect a schema field with a dublin core metadata field using partialAnnotatableAdapterFactory. I'm logged in as zope.Manager. My configure.zcml: My link.py: [...] from zope.app.dublincore import annotatableadapter factory = annotatableadapter.partialAnnotatableAdapterFa