[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
feature request - callback before the client is closed  XML
Forum Index -> Development
Author Message
moebus

Power User

Joined: 21/11/2007 12:49:18
Messages: 93
Offline

There is sessioncloser servlet that gets notified AFTER client is closed so that the server can clean up session data.

We would like to have a hook before the client is closed, to inform the user that there might be unsaved changes and if required veto the close action.

Hope this is possible in all scenarios (applet/webstart/standalone). Maybe the server roundtrip in this moment can be avoided, we could post the user message into the client in a previous roundtrip.

Manfred
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

We ony see a chance doing this in case the application was started in webstart mode (or application mode...).

In this scenario we will add the feature to ask the user if the client really should be solved. Similar popup to when clsing Eclipse... (you may have switched off this feature...).

Björn



PS: If started in applet mode then you need to add corresponding JavaScript around the applet-tag.

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

...20090518 contains confirmation popup as described...
Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team