Greetings,

97% of the model in my application is static and shared by all web sessions. 3% 
is dynamic and should be unique to each individual web session. Is there a way 
to scope/nest helper contexts so that all modifications are applied to the 
"child" context and lookups are made first to the child context and then to the 
parent if necessary? This semantic is similar to how classloaders work. Any 
insight is appreciated.

Thanks in advance,

- Ron



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to