I a new to
struts framework and having a difficulty coding the ActionForm form for the follwing scenario.
I hava a
JSP using DHTML.
User can add one or more dynamic rows on the screen. Each row will have a few text boxes, check boxes and radio buttons. So there will be multiple rows with identical controls. How should the getters and setters in my ActionForm be for such a scenario?