Hi, look I work with that and the way that I do it, its asking in the actionForm by the value of the radioButton
I mean: In my case in the JSP I put this: <html:radio property="anestesico" value="medicacionNA" /> <html:radio property="anestesico" value="farmacoA" /> And in the ActionForm: if(gestionarEdicionFarmacoMedicacionForm. getAnestesico().matches("farmacoA")){ ... } thats because I just have to radioGroup. enjoy ;) 2006/9/26, Uday Chandra Karrothi <[EMAIL PROTECTED]>:
Hi there, I have a problem. I am using groups of radio buttons. <logic:iterate id="apprEntry" name="listDevApprGrpList" indexId="userIndex"> .. <html:radio value="A" name="apprEntry" property="primary_or_adjunct" indexed="true" onclick="">Pri.</html:radio> <html:radio value="B" name="apprEntry" property="primary_or_adjunct" indexed="true" onclick="">Adj.</html:radio> .. How can get the value of the selected radio buttons in the action form. Is there something like a multibox for a radio group? if it is just one radio button group, i can get it from the property of the form bean. But when i there are multiple radio button groups, then how do i get the value of each of the button groups. I already spent a day of my time on this. Please advice me on this. Please direct me to the right resource Thank you, Uday Karrothi -- Never explain--your friends do not need it and your enemies will not believe you anyway--Elbert Hubbard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]