I am dynamically displaying a record from the database
based on the user by calling servlet A.
In this record i have a field - booking no. When the
user clicks on this booking no. I am giving some more details of that booking
no. in the next page by calling Servlet B .Together with some more details I
also want to display the existing information of Servlet A on the next
page generated by Servlet B.
Is there a way by which servlet B can communicate to servlet A and
get the details.
Presently in Servlet B , I am again firing a query based on the booking.no
to get the details same as Servlet A
A help on this be appreciated
Nimesh
