28 Apr
2009
28 Apr
'09
10:59 p.m.
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