> hummm.
> 
> but wouldn't a reload repost the form data?

no. it is a <meta> refresh. that uses GET.

> I'm not sure that I understand how the "users session" would
> not exist?

"users session" == the HttpSession associated with the user ( read the
servlet spec ). if the results object does not exist in the HttpSession
object, then re-display the please wait page. the task of delivering the
results could be offloaded to a thread to process so that the servlet could
return results.

> am I missing something basic?

yep.

-jon


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Problems?:       [EMAIL PROTECTED]

Reply via email to