| Author |
set the values
|
madhuchilipi reddy
Greenhorn
Joined: Feb 09, 2007
Posts: 17
|
|
hi my problem is first i taken one html form.in that i taken 5 feilds.in these fieds store in database through servlet.means html forward to servlet.after that servlet to forward one jsp page. my aim is in that html is application form when ever i am giving all details it will store and to display reciptform(jsppage).in that jsp page automatically increment the recipt no. how it is possile
|
 |
suravarapu sridhar
Greenhorn
Joined: Oct 29, 2002
Posts: 26
|
|
I am guessing the receipt no is the primary key in your database table. which might be an auto increment ? In your servlet you are storing the data in the DB right. once you are done with that task simple query the DB again for the receipt no. now that you have the receipt no and the data you can show then in the next JSP.
|
 |
 |
|
|
subject: set the values
|
|
|