All,

We are using the JSP-EJB combination.  JSP page invokes a session bean
 which saves the form contents to the database using some entitybeans ) and
calls jsp:forward to another page(say page X).   When submit button (it's
actually a gif image and onMouseDown we call javascript:form.submit() ),
browser doesn't show the page X.  Sometimes, after many clicks, we get the
next screen.    I have inserted log message at the end of page X.  On the
server console, I see the log message from page X, but the browser remains
with the previous page.
I call out.clear() before jsp:forward.

Is it HTTP connection timeout due to the delay in sessionbean?  How to make
the browser wait till the page X is sent from the server?

Please help.

Thanks.
Ashwath

Reply via email to