Ross Cormier wrote:

> I havent looked at www.metacrawler.com but this is how I do my 'Please Wait'
> screen.
> The key is the META Tag.  At runtime I replace ~report_factory_url~ with some
> long GET URL.
>
> Ross Cormier
>
> <HTML>
> <HEAD>
> <META HTTP-EQUIV="Refresh" CONTENT="0; URL=~report_factory_url~">
> </HEAD>
> <BODY>
> <BR><BR><BR>
> <CENTER><H1>Your records are being accessed.<BR>
> Please wait.</H1></CENTER>
> </BODY>
> </HTML>
>

thats all well and good, however it would mean i would have to introduce extra
servlets, splitting up my already written ones, and / or introducing new logic
flows through the existing servlets.  Not to mention all sorts of yucky things
like having to insert all the needed form variables.




----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to