Re: Waiting window with Struts

2005-05-24 Thread Frank W. Zammetti
On Tue, May 24, 2005 12:18 pm, Marc Demlenne said: > The only reason i want to avoid using explicite function call is to be > more general and lcear and complete. My page contains more links than > just a submit, and a general solution would be clearer... Understood. You could always modify the t

Re: Waiting window with Struts

2005-05-24 Thread Marc Demlenne
Ok thanks a lot. I have implemented my wait box nearly like this, in fact. > Just before I submit any form, I call showPleaseWait(), which is a > Javascript function in pleaseWait.inc, and it is basically just: In fact the only thing I'd like to avoid is the necessity to call this function each t

Re: Waiting window with Struts

2005-05-24 Thread Frank W. Zammetti
The way I have done this is I have the following on all my pages: <%@ include file="/inc/pleaseWait.inc" %> pleaseWait.inc is the HTML for my Please Wait display. For me, it's a little clock with spinning hands and a message artistically offset saying "Please wait, the system is busy processin