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
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
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 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
4 matches
Mail list logo