I am working on a project in which i need to receive values from the user and display it dynamically below the form. After the user confirms to save it i need to save all those values in database..
I am using Javascript to display the values as they enter.But i dont know how to send those array of values to the JSP page so that i can store them in the database.
I'm stuck.. Kindly help me out.. :(
This is similar to a shopping cart where the user data needs to be displayed dynamically in the same page as and when the user selects. I've been asked to use JavaScript for the cart and after receiving final confirmation from the user the data needs to be stored in the database using JSP..
Kindly help me out.. Am really really stuck.. :(
I am using Javascript to display the values as they enter.But i dont know how to send those array of values to the JSP page so that i can store them in the database.
I'm stuck.. Kindly help me out.. :(
This is similar to a shopping cart where the user data needs to be displayed dynamically in the same page as and when the user selects. I've been asked to use JavaScript for the cart and after receiving final confirmation from the user the data needs to be stored in the database using JSP..
Kindly help me out.. Am really really stuck.. :(
Comment