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...