18 Jan
2008
18 Jan
'08
7:27 p.m.
On Fri, Jan 18, 2008 at 12:57:33PM -0500, Stephan Richter wrote:
On Friday 18 January 2008, Fred Drake wrote:
That almost supports the use case. ?Do the adaptation first, then use ? self.template if there's no adapter, and you're golden.
That's what we are doing too. z3c.template is pretty much that.
Can I register a template for this lookup using z3c.template? getMultiAdapter((self.my_discriminating_object, self, self.request), interface=IPageTemplate) -- Brian Sutherland