I am making my minor project on a money management website
One problem is occurring:
As we are registering via register.jsp page, the form in that
jsp page calls the "saveuser"
servlet which saves the user data in the database.
But the data is not getting saved. :confused:
Please give an answer very soon
Following is the code of register.jsp page:
And this is the code of "saveuser" servlet: