How do I go about telling the IoC container to release a component? For example, I have a List I am maintaining on the session. In a particular action, I process the list and then I am done with it. Right now, it seems the only option is to take the List and remove each item. If I set the instance in the action to null, the ComponentManager still has a handle to the original object.

I'd like it to release the instance, and then if that component is ever needed again, instantiate a new one.

Thanks,
Anoop



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to