Since they are different forms and different beans, have you tried using them in the same form but adding the html:select attribute name="SelectUsersForm" ? That way it uses SelectUsersForm.getSelectedUsers[i].isSelected() ? Example:
<html-el:checkbox name="SelectUsersForm" property="selectedUsers[${idx.index}].selected" /> I've mixed fields from different beans inside of the same single form before using the name=".." attribute without any problems (as long as my beans were already instantiated). For fields from the default form (the one used by the html:form action attribute) I didn't put the name="..." because it is assumed but I did add name="..." when I wanted to "insert" other bean field values into my JSP. Regards, David --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]