Hi sir
I developed one small application , in which one jsp page is there, that is revies page only two columns i need to store into database and display them in the same page, one servlet has performed two operation
1. insert data into database
2. select data from the database
When i click a link to display a jsp page, which contains form to call same servlet. It gives the error message NullPointerException and inter exception.
Please help me out