[Zope3-Users] Custom DateWidget with Month/Day/Year

2006-10-16 Thread Oliver Petznick
hi! i'm trying to overwrite the DateWidget so the user can select day/ month/year out of 3 dropdowns. my problem is that zope searches for 'form.field' and not for 'form.field.day' and so on.. so i get the no input error.. how i can solve this? is there a method which i can overwrite?

[Zope3-Users] ZCML help

2006-10-16 Thread Perry Smith
I'm new to Zope but I've been programming for 25+ years.  I've read Weitershausen's book and I'm 10 chapters into the Zope 3 developer's handbook.  I'm struck by its statement that beginners find ZCML hard.  That is true for me too.I keep reading and reading instead of doing which is not like me. 

Re: [Zope3-Users] Custom DateWidget with Month/Day/Year

2006-10-16 Thread Fred Drake
On 10/16/06, Oliver Petznick [EMAIL PROTECTED] wrote: i'm trying to overwrite the DateWidget so the user can select day/ month/year out of 3 dropdowns. my problem is that zope searches for 'form.field' and not for 'form.field.day' and so on.. so i get the no input error.. how i can solve this?

Re: [Zope3-Users] Custom DateWidget with Month/Day/Year

2006-10-16 Thread Thierry Florac
Le lundi 16 octobre 2006 à 10:51 -0400, Fred Drake a écrit : On 10/16/06, Oliver Petznick [EMAIL PROTECTED] wrote: i'm trying to overwrite the DateWidget so the user can select day/ month/year out of 3 dropdowns. my problem is that zope searches for 'form.field' and not for 'form.field.day'

Re: [Zope3-Users] ZCML help

2006-10-16 Thread FB
Hi, On Mon, Oct 16, 2006 at 10:08:34AM -0500, Perry Smith wrote: I'm new to Zope but I've been programming for 25+ years. I've read Weitershausen's book and I'm 10 chapters into the Zope 3 developer's handbook. I'm struck by its statement that beginners find ZCML hard. That is true

[Zope3-Users] Links / Relationships (again)

2006-10-16 Thread Jeff Shell
Howdy. What is the state of various relationship / link managers for Zope 3? A year ago we banged out a quick idea that used Int IDs to track links (mostly to generate in-site URLs) to target objects. And then we ended up copying and pasting the code across a lot of projects. I'm wanting to

Re: [Zope3-Users] Links / Relationships (again)

2006-10-16 Thread Benji York
Jeff Shell wrote: I see there's a `zc.extrinsicreference` in the svn.zope.org repository. Is that in a usable state? Yep. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org

[Zope3-Users] Setting custom content type when publishing a resource

2006-10-16 Thread Andrew Groom
Hi All, I want to do something that feels like it should be really simple: set a specific content type when a particular resource is published (a Firefox extension, a binary .xpi file if it helps). Any ideas how I could do that ? I've tried playing round with variations of: class

Re: [Zope3-Users] Links / Relationships (again)

2006-10-16 Thread Gary Poster
On Oct 16, 2006, at 6:48 PM, Jeff Shell wrote: I see there's a `zc.extrinsicreference` in the svn.zope.org repository. Is that in a usable state? As Benji said, yes, and it sounds like it might fit your use cases. You might be interested in http://mail.zope.org/pipermail/zope3-users/