PDA

View Full Version : How to destroy objects? Please help


hsy541
08-10-2007, 12:52 AM
In my application I need to frequently create new ContentPanel and close them.

After I close them I find they are still working(the panel contains some objects to send ajax request to the server continuousely)


What can i do to detroy such kind of element?

Will it cause a memory leak?