On 11/19/01 5:17 PM, "Jon Stevens" <[EMAIL PROTECTED]> wrote:
> Geir, > > EC's need to be bound to a Context. If you have chained/nested context's, > can you bind the EC to the root Context and still have it apply to all the > nested context's? > > -jon > > To the best of my recollection, what happens is that that as you chain, the EC gets 'pulled' forward when the chain happens, so if you have a context with an EC that gets wrapped a few times, that EC will be available *unless* someone attaches their own EC somewhere during the wrap sequence. There is no EC chaining (although there was in the first rendition and there could be again...) -- Geir Magnusson Jr. [EMAIL PROTECTED] System and Software Consulting "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
