On Wed, 2009-04-29 at 00:59 +0200, Marius Gedminas wrote:
> On Thu, Apr 23, 2009 at 08:01:36AM +0200, Christian Theune wrote:
> > On Fri, 2009-04-03 at 01:37 +0300, Marius Gedminas wrote:
> > > Incidentally, I've a long-standing wish to be able to register browser
> > > views in ZCML using the adapter directive.
> > > 
> > >     class MyFineView(BrowserPage):
> > >         adapts(IMyContentObject, IBrowserRequest)
> > > 
> > >         template = ViewPageTemplateFile('my_fine_view.pt')
> > > 
> > >         def __call__(self):
> > >             # update form or whatever
> > >             return self.template()
> > > 
> > >     <adapter name="my_fine_view.html" factory=".mod.MyFineView" />
> > > 
> > > Maybe something to look for in Zope 4?
> > 
> > How about recording this wish on launchpad?
> 
> Sure, go ahead and do it!

Did I miss this thing belonging to April Fool's?

-- 
Christian Theune · c...@gocept.com
gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1
Zope and Plone consulting and development

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to