Re: [Zope3-Users] Creating edit form with z3c.form

2007-08-18 Thread Hermann Himmelbauer
Am Samstag, 18. August 2007 12:53 schrieb Florian Lindner: > Hello, > I try to create an edit form with z3c.form but it gives me an system error > only: > > File "/home/florian/Desktop/zope/lib/python/z3c/form/form.py", line 120, > in updateWidgets > self.widgets = zope.component.getMultiAdap

AW: [Zope3-Users] Creating edit form with z3c.form

2007-08-18 Thread Roger Ineichen
Hi Florian > Betreff: [Zope3-Users] Creating edit form with z3c.form > > Hello, > I try to create an edit form with z3c.form but it gives me an > system error only: [...] > ComponentLookupError: > (( 0x9f6c68c>, URL=http://localhost:8080/Blog/2007_08_16_abc/EditEntry.html>, > ), z3c.form.

Re: [Zope3-Users] xmlrpc access with PAU

2007-08-18 Thread Shailesh Kumar
Hi, apart from Session Credentials, I would also have Zope Realm Basic-Auth in my credentials plugin (as the last one). For the normal browser based access, the session credentials plugin does the work. For XMLRPC access, I fall back on 'Zope Realm Basic-Auth'. The URL for XMLRPC server proxy w

[Zope3-Users] Creating edit form with z3c.form

2007-08-18 Thread Florian Lindner
Hello, I try to create an edit form with z3c.form but it gives me an system error only: File "/home/florian/Desktop/zope/lib/python/z3c/form/form.py", line 120, in updateWidgets self.widgets = zope.component.getMultiAdapter( File "/home/florian/Zope3/src/zope/component/_api.py", line 103