Re: OK ... I'm almost there ..... just not quite yet

2006-08-01 Thread kalpesh modi
You can create a Student object with say FirstName, LastName etc. The form will have a list of Student objects. I usually do with the ActionForm. I havent tried it with DynaActionForm. On the first page, when the user enters the number of students (say 5) , create a list of 5 student objects i

Re: OK ... I'm almost there ..... just not quite yet

2006-08-01 Thread David Gagnon
It`s been a while since I worked with that .. but I think you missing the name attribute in you text tag i.e.: Regards /David Bart Busschots wrote: OK ... I have a simple two-step for for allowing a user of our system (a teacher) to create a group of students in our system. The first step a

Re: OK ... I'm almost there ..... just not quite yet [resolved]

2006-08-01 Thread Bart Busschots
In case anyone else comes across this thread in the future and was wondering what the solution was, it is just a very small change in the JSP code. The correct code reads: type="org.apache.struts.validator.DynaValidatorForm" /> property="studentNames" indexId="i"> Now, if I can

OK ... I'm almost there ..... just not quite yet

2006-08-01 Thread Bart Busschots
OK ... I have a simple two-step for for allowing a user of our system (a teacher) to create a group of students in our system. The first step asks the teacher to enter some basic information about the group as a whole, specifically, the name, the group type (a dropdown), a group description (a