On Thu, Mar 31, 2011 at 2:51 PM, Ragner Magalhaes wrote:
> appview1(jsp file) -> open -> appview2(jsp file)
>
> Where the appview2 has a FormAction and an Action
>
> What is the best way to know when appview2 was closed?

What kind of resources are you trying to free?

The only way is to monitor traffic from the client (like a timer-fired
Ajax event: if the app stops getting them, the window went away). If
you're just talking about session stuff, it'll go away when the
session expires.

Dave

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

Reply via email to