Re: Refresh issues with JSP pages in Tomcat

2002-07-09 Thread Dmitry ...
Hi, This may be a synchronization problem. Are you using connection pooling? If not, try using a 'build in' connection pool. You may also check whether synchronization is the problem by adding a _sleep(a few seconds)_ to your code, after the database update in B.jsp. The problem may be caused

Refresh issues with JSP pages in Tomcat

2002-07-08 Thread yusuf m
Hi, I tried searching the archives as well as Java forums with no luck. Hope someone here can help. Heres the scenario: Page A.jsp displays list of data from a database and has a link to B.jsp which performs a database update and then response.redirects back to A.jsp. The problem is that