On 5/11/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:


How do you know that dialog is completed? :-)


By virtue of explicit transition to an end state, just like Spring WebFlow.
This causes the per-dialog state information to be popped off the
session-scoped statck where it is maintained, thereby freeing that state
data object to be GC'd.

What if a user hasn't
clicked "Done" or "Cancel"? Do you have a window close event listener
or something or a page change listener?


An applicaton could do that kind of thing if it wanted to, or it could just
let session expiration cause the clean up (which would, of course, be the
default behavior anyway).

Anyway, Struts Dialogs wizard
sample works the same ;-)


Craig

Reply via email to