Hi there!
I am working on JWS 2.0. The database is MS-Access.
On servlet1 I am executing a SELECT query in doGet method to display a
number of results. Each one of these results is hyperlinked to another
servlet 2. On servlet 1, the criterion to hyperlink is also coming from the
database. When I click an item on servlet 1, it leads me to show its
description on servlet 2. On servlet 2, there is also a back button which
brings me back to servlet 1. Now, when I press an item in Servlet 1, it
again takes me to servlet 2. However, this time it not only display THIS
item's description, it also shows all details about PREVIOUS item. The
servlet2 is executing database operations in doGet() method.
Can somebody pleaze show me how to correct it and whats wrong with my
approach.
Regards,
Rajneesh Garg

Keep Smiling. It does improve your face value. :-))

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to