PM
To: Struts Users Mailing List
Subject: Re: Checkboxes with display tag
I think you need to be using multibox for this to work. I just did
something similar recently and this is how I did it:
I am using JSP2.0+JSTL+EL. Using id="row" in the display:table gives me
a hand
I think you need to be using multibox for this to work. I just did
something similar recently and this is how I did it:
I am using JSP2.0+JSTL+EL. Using id="row" in the display:table gives me
a handle to each object in the list so I can get the id for each row.
Then I use ${row.id} t
2 matches
Mail list logo