21-09-2010, 07:22 PM
|
#1 (permalink)
|
|
Optimus Prime
Join Date: Jan 2008
Location: Kalyan
Posts: 8
|
JSP Help
I need 2 fetch table data (id, branch name, email-id) into text-boxes in a JSP page which consists of a edit and cancel buttons.
The usr can change any no. of email id available in the textbox.
I have to track which email id is changed (can be more than one) while submitting the form.
The form, while submitting has to be validated with the help of a BEAN.
The table is stored in a MYSQL database
The business logic should be hidden from the user.
How to keep track of which textboxes' value is changed ?
What code should I write in a servlet and a bean ?
Where should the database connection code go ?
Everything should be edited in one page only and after clicking edit button only the msg should be displayed as "<n>no. of records updated successfully"
__________________
L.O.V.E. is Lost Of Valuable Energy
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|