Re: Help needed with Struts ActionForm
Posted By:
Anonymous
Posted On:
Wednesday, February 18, 2004 12:51 AM
Hi,
in your actionforum use an arraylist as property. the arraylist is a collection of candidate objects. fill it with all candidates you want to display.
in your jsp, use the logic:iterate tag to output all candidates. use the indexed attribute of the html:text or html:checkbox tag to set the property for a certain user.
hope that helps,
andré