atom feed13 messages in org.apache.struts.userRe: Shale: onclick="disabled='true';"...
FromSent OnAttachments
Jason VincentMay 11, 2006 9:41 am 
James ReynoldsMay 11, 2006 9:49 am 
Craig McClanahanMay 11, 2006 10:59 am 
Jason VincentMay 11, 2006 12:20 pm 
Jason VincentMay 11, 2006 12:21 pm 
James ReynoldsMay 11, 2006 12:39 pm 
Michael JouravlevMay 11, 2006 1:17 pm 
Craig McClanahanMay 11, 2006 2:04 pm 
Michael JouravlevMay 11, 2006 2:17 pm 
Craig McClanahanMay 11, 2006 2:28 pm 
Michael JouravlevMay 11, 2006 2:56 pm 
Craig McClanahanMay 11, 2006 3:02 pm 
Richard WallaceMay 11, 2006 8:47 pm 
Subject:Re: Shale: onclick="disabled='true';" not calling Action Method. (stopping double click)
From:Craig McClanahan (crai@apache.org)
Date:May 11, 2006 3:02:15 pm
List:org.apache.struts.user

On 5/11/06, Michael Jouravlev <jmi@gmail.com> 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