Posted By:
Nigel_Smith
Posted On:
Wednesday, September 29, 2004 12:33 AM
I'm trying to using the html:radio tag with the indexed property. I am able to display the radio buttons as I wish, but am confused as to how I should set up the form to receive the values. This is how I've coded the JSP: which results in the generated html: So what should I have in the associated form? Something like?: private String listMilestone[] = null; If so, what should the getter and setter look like? I'm really pulling my hair out with this one!!!! :)
More>>