Hi, I have a question regarding the use of multiple radio buttons on a form. The part that’s causing problems is taking the radio button input from the JSP page and putting it into an ActionForm. Then later, if the page has to be re-displayed, getting the data back out of the ActionForm and onto the JSP page.
The html:radio tag is not very clearly documented, and I can’t find any worked examples. The page I am writing will display a varying number of questions. Each question can be answered yes or no, but instead of using checkboxes we are using two radio buttons per question, one for yes and one for no. (It makes the user interface clearer). How would the form bean be structured to contain a list of radio button results and how would the tag libraries render them? Many thanks, Mikal Todd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]