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!

:-)


Marius Gedminas
-- 
http://pov.lt/ -- Zope 3 consulting and development

Attachment: signature.asc
Description: Digital signature

_______________________________________________
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