Are you calling the second html file from within the servlet itself? If
yes, then to hold the data collected from first html, you need use any of
the following options:
1) Hidden fields on the second page
2) HttpSession object
3) Cookies
Now, when the user is through with the selection from the second html also,
you can consolidate data and update the db at one go.
I hope this is what you are looking for!
Cheers
----- Original Message -----
From: Tim Brummer <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 11, 2000 3:27 PM
Subject: servlet/image map
> I have a .html file that posts to a servlet to put data in a db - I
> would like to link to a second .html file and select a value from a
> mapped image - then return to the .html retaining the current
> information - I am currently able to enter the selected value in the db
> - but that one value is all that gets entered in to the db -
> Thanks
> Tim
>
>
___________________________________________________________________________
> 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
>
___________________________________________________________________________
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