i did this a few weeks ago.
what i did was have the processing request send to a simple "Please wait" page, and then use javascript to post the real request to the processing servlet. this is done in javascript by hooking in with the body.onLoad() event. a little messy but it works. On 2002.04.17 03:54 Michael Reutter wrote: > Hi! > > PLEASE HELP ME how to implement this with servlets: > > A page is requested - but tomcat needs 15-30 seconds to create the > result! > What I want is a page "Please wait ... Your page is being processed", and > the > moment tomcat has created the output, the real page is being loaded by > the > browser!!! > > if this isn't a real tomcat-issue, please let me know where to ask my > question instead!!!! > > thanks for any help > michi > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
