Hello,
I'm developing a jsp web site, I'm creating a form to register school projects, the thing is that the projects can have many students in them and I want to keep the information of all of them,
so basically I want the user to tell me how many students are in the team and then display the form with the fields to all the students.
So for instance I have Name, LastName and student ID in the form but if the user selected 2 students in the team then display
Name, LastName, studentID and again
Name, LastName, StudentID
I usually develop in asp.net and with the user controls is easy but I don't have controls in jsp, i have to use the html forms.
Thanks in advance