How to write back from JSP to DB.
I have a JSP page. Based on a specific action from user like button click event a parameter on the DB needs to be modified. Plz tell me how should I do it. Should I call my DAO for it?
I have a JSP page. Based on a specific action from user like button click event a parameter on the DB needs to be modified. Plz tell me how should I do it. Should I call my DAO for it?
You could use AJAX for this, check out DWR here http://getahead.org/dwr Lots of tutorials and very quick and easy to setup.