How to get the radio button values
843841Sep 19 2007 — edited Oct 8 2007Hi,
I have two radio buttons with the same name.i retreive the value using request.getParameter("name of the button ").
since i have the same name for both,i cannot retrieve the value of both buttons.what should be done to get the values.
Help me out.pardon me if the question is too silly.