Hi,
I have a
jsp which has three levels of nested logic:iterate tags. The values all set properly...however when I submit the form the action form is not populated.
The action form has a collection of formA's.
The formA's have a collection of formB's.
The formB's have a collection of formC's.
The parameters are being submitted...
the request parameters are available on the Action class...
formA[0].formB[0].formC[0].attribute1 etc
There are appropriate getter and setters methods which ensures that the indexed object exists prior to setting the form values.
am i missing something.......
any hints would be appreciated.
thanx,
george.