Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I have a form in which if i select a option from a list box,then corresponding information should be displayed in the textfields in the same form. These values are to be generated from the database(I am using JSP). And my second question is whether it is a good practice to create session objects to pass information from one form to the second one and then submit the whole data to the database at a time,instead insert data in the two forms into database separately.
Replies:
|
Sponsored Links
|