Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 1432 invoked by uid 500); 6 Sep 2001 21:49:42 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 1412 invoked from network); 6 Sep 2001 21:49:41 -0000 Date: Fri, 7 Sep 2001 07:49:43 +1000 From: Dmitri Colebatch X-Sender: dim@localhost.localdomain To: tomcat-user@jakarta.apache.org Subject: Re: non tomcat related question: Servlets In-Reply-To: <20010906172119.29186.qmail@web13402.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N sure - send it over, I'll have a little look. On Thu, 6 Sep 2001, A.L. wrote: > I have a problem which I have asked in several forums > and have received no response. Basically i have some > code which needs to be debugged, but after spending > hours and hours I am unable to figure out what is > causing the problem. If anyone has some time to > briefly look over my code, I will send a copy. The > problem more likely is very simple, but so far for me > it has been a needle in a haystack. Here is a > somewhat brief description of my program design along > with the problem.I have created a calendar servlet > which includes three other servlets:a browser to > change monthsa month calendar which allows you to > select the day of the monthand a day calendar which > makes a connection to a database and displays the > events for the day. I have separate servlet which > allows you to enter events for the time on a specific > day. My problem is that once I enter some events, the > day calendar doesn't immediately show the information > from the database. The day calendar must be refreshed > a second time. This doesn't always happen. I noticed > that it tends to happen after changing months and and > changing days, and then entering the information. In > other words it work properly most of the time, but > under certain cicumstances it doesn't work. Obviously > to understand this problem you would need to see both > the code and the running application. Any help will be > greatly appreciated. -Amos > > __________________________________________________ > Do You Yahoo!? > Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger > http://im.yahoo.com >