Re: Index on multi-box
Please ignore the previous post, I left out an iterate. I have the following struts labels on a jsp: And it's generating the following html: ... and so on for as many items in the surveySittingForm. What I really want is this: Can I do this with t
Index on multi-box
Hi All, I have the following struts labels on a jsp: And it's generating the following html: ... and so on for as many items in the surveySittingForm. What I really want is this: Can I do this with the multi-box tag? ---