Does anyone know if Struts can support the following feature: let's say i have one form with several fields, i want 5 of those fields to be updated separately from 2 others, using 2 beans. How would Struts go around this problem? what type of bean support there in Struts?
i looked for info online, but did not find answer to the question..... a good link will be appreciated
vicky kumar
Ranch Hand
Joined: Dec 13, 2002
Posts: 55
posted
0
why don't you move those fields from the form to the beans themselves and just keep instances of the desired beans inside the form.