I am running into a road block in my development and I would appreciate
any feedback on the approach and decisions that I have made thus far in
my design. I briefly looked through the struts-catalog on Husted.com and
through the mail archives but I have not seen anything that addresses
these issues.

I am using  indexed struts HTML tags to fill in my form values.

I need to create a Form that has Collection of Products displayed. The
Collection size is dependant on values from the database and I am
creating a Bean for Read-Only to hold that data. I have created an
ActionForm to hold the data that I am going to write back to the system.
The problem I am having is lining up the iterations so that I can read
from the Read Bean and write to the Form Bean at the same time. 


1) Should I be doing it this way or is there some other design approach
I should take? Do I want to be mixing the Read Bean and the Write Bean?

2) Has anyone else done this and do they have code that I can look at? 

Thanks in advance,
Heidi


Reply via email to