hi
i have radio button in jsp
i want check that radio is selected or not!!
<input type="radio" name="code1" value="1" >
how can i check in input that radio is selected or not!!
for example put if in input
<input type="radio" name="code1" value="1" <% if(?)%>>