Hi, I am new to JSP and am trying to do this. I am trying to search a table for data using the form entered data, display it to screen, allow user to change it. And this should update the new values in the table and write the old values to another history table. How do I do this in JSP?

We need to see what have you tried first.
Also do not mix database connectivity and your business logic directly inside a JSP, the following tutorial is a great guide on how you should design your web applications in JSP.

http://www.daniweb.com/forums/thread141776.html

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.