What I've done in the past: Store a variable in the user's session (eg, queryInProgress).
On the "results page", use <logic:match name="queryInProgress" value="true"> tags to display the "please wait" content, and otherwise display the results set. (Make sure that the bit running the query sets the variable back to false when it's done, of course.) -Peter On Fri, 2002-10-04 at 13:39, JSP Use wrote: > I have a long runing querry (5 minutes plus). > > When a users enters the arguments, I want to submit > "forward" to a "please wait JSP", similar to Expedia. > > When the querry returns, I want the user to see the > resulting report. > > ?? > > Suggestions? > > > > > __________________________________________________ > Do you Yahoo!? > New DSL Internet Access from SBC & Yahoo! > http://sbc.yahoo.com > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

