update « JDBC « JSP-Servlet Q&A





1. how to update selective fields in jsp (leaving some fields unchanged)    stackoverflow.com

i have created a page with text boxes, details are:

         house no:
         streetname:
   ...

2. editing values in the jsp and updating the table    coderanch.com

Hi, This is in respect to the question posted under make a cell editable in jsp Now I have modified my code to be a complete server side operation. I have three columns namelu date, occassion, and state which is a boolean displayed as a checkbox. I have two buttons add and update. On add. a new row is displayed in ...