Could B keep a reference to A?

Or could you put A in the context, too?

Actually, is there any reason you can't use a variable in
your screen class?  doBuildTemplate would set it, and
doPostBuildTemplate would use it, and null it.  Or am I
missing something here?

Jeremy

At 03:42 PM 7/11/01 , Darren Gilroy wrote:
>Hi - 
>
>I am creating an Object (A) in doBuildTemplate( RunData, Context ) and
>putting a derivative of it (B) in my context. (Assume I have good reason to
>do this)
>
>I need to manually destroy B and release resources held by A in
>doPostBuildTemplate( RunData )
>
>How do I get A, created in doBuildTemplate to doPostBuildTemplate?
>
>Objects A & B are created for each request, storing them in a hashtable
>attached to RunData would be ideal.
>
>Any ideas how to accomplish this?
>
>Thanks!
>-best-darr-



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

Reply via email to