Purva Sharma

Greenhorn
+ Follow
since Jul 02, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Purva Sharma

In my project I need to add some schedule information into a schedule table in the database..
I am accepting input from a user which direct the parameters here..
I am doing all the required stuff but yet code is not working
There must be some error in date object.
Please Help!!!
I am using mysql as backend
I have used same kind of code in jsp that is working fine but this is creating error

9 years ago
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:

9 years ago
JSP