Jacob Holm wrote:
>> Can someone confirm to me whether or not manually specifying the context 
>> as I have in the example above would work, or would I need to do:
>>
>>  >>> adapter1 = getAdapter(a,ISomething,context=siteA)
>>  >>> adapter2 = getAdapter(b,ISomething,context=siteB)
>>   
> In general, using "context=a" should give the same result as 
> "context=siteA".

Why? What actually makes this work?

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk
_______________________________________________
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