>I wonder if it would be possible to write a filter that would implement this functionality transparently to the JSP pages/servlets.
The solution I explained was coded in a filter.
Justin Ruthenbeck wrote:
>The problem with the solutions mentioned in this thread is that if a user double clicks on a form, the browser will display the output of the second click (which would be "nothing").
The solution I explained will, for every sequence of concurrent requests on the same session, generate output only for the first and last requests in the sequence, ignoring all requests in between. The user should never see "nothing" (except in the multiple-window scenario I already pointed out).
Graham.
-- Graham Lea Software Engineer Forge Research Pty Ltd Suite G11, Bay 9, Locomotive Workshop Australian Technology Park, Cornwallis Street Eveleigh NSW 1430 Australia Phone: +61 2 9209 4152 Fax: +61 2 9209 4172 www.forge.com.au ---------------------------------------------------------------------- This message contains privileged and confidential information intended only for the use of the addressee named above. If you are not the intended recipient of this message you must not disseminate, copy or take any action in reliance on it. If you have received this message in error please notify the sender immediately. Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of another (including a Body Corporate). ----------------------------------------------------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
