logic:iterate and multiple selections

2002-05-29 Thread Dan Rasmussen
Hi All, I have an existing application that uses the logic:iterate tag to display a table of editable/deletable elements based on a collection of beans. I have been tasked with adding checkboxes to each row so that multiple selections can be made and operated on (e.g. delete multiple elements

Re: logic:iterate and multiple selections

2002-05-29 Thread Arron Bates
Indexed options in the tag is one way to get it done, but it's not the easiest. Here's a previous post where I put up a quick example of doing without nested tags, and with the nested tags... http://www.mail-archive.com/struts-user%40jakarta.apache.org/msg31991.html And if you have