Hi everybody,

I have a page that implements a dashboard-like functionality in which various AJAX calls update charts and other data.

This page is has several persistent variables in order to support the AJAX functionality. All of the elements in the page are surrounded for a form but the usual use case is for the user to move away from the page (no submit). I need to cleanup the persistent fields when the page is no longer in use and I'm considering using the window onunload event
and a hidden eventlink to trigger the page to clean up.

Is there a better way to do this?

Thanks.

Chuck Kring

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to