Hi Stefan,
Thanks a lot for the interest. I have a JSP, with the three dropdowns and also a bean to connect to the DB. Then i am able to fetch the data and populate the dropdowns from the DB. I have a
servlet to take the data to the DB, after the user has selected and hit the Submit button.
Now, all i need is to submit the form to the same form, get the values that the user selects for the first time, into a row, second set of values into second row and so on, till he hits the Finish button.
The fields are ProjID, Activity, Resource Name, Start and end Date. For the date, I have the date picker widgets and manipulate the date using a
Java Script. This is what i have. Am i clear in stating the problem?
Expecting a solution
