hi

I have a form that will have varying number of fields inside it.  The number
of fields is generated dynamically and is not always the same.  When I am
submitting this form to my action class, is there a way to get all the
fields back in a systematic manner?  Does struts2 provide any mechanism to
do this? or am i Stuck with the good old fasioned way of naming my fields
with a prefix name and then keep looking for names in forloop untill they
run out.

Thanks!

Reply via email to