Re: struts 2 howto mulitiple dynamic buttons in a form

2008-12-11 Thread Jim Kiley
If nothing else, the error message tells you that you aren't closing your s:property tag. You have and you should have . jk On Thu, Dec 11, 2008 at 6:42 PM, Ruel Loehr wrote: > Guys, > > > > I've just started working with struts 2 but I am beating my head against > a problem. > > > > I have a

struts 2 howto mulitiple dynamic buttons in a form

2008-12-11 Thread Ruel Loehr
Guys, I've just started working with struts 2 but I am beating my head against a problem. I have a jsp which displays a number of rows by using an iterator. In each of those rows, I want a delete button. When the user clicks one of the delete buttons I kick off an action which will get t