Espero me puedan ayudar , les pongo el codigo.
Código Java:
Ver original
<td width="12%"> <input type="radio" name="estado<%=k%>" id="estado<%=k%>" value=1 <%=(estado2 == 1 )?"checked":""%> onclick="txt<%=k%>.disabled = true"> Activo </td> <td width="13%"> <input type="radio" name="estado<%=k%>" id="estado<%=k%>" value=0 <%=(estado2 == 0 )?"checked":""%> onclick="txt<%=k%>.disabled = true"> Inactivo </td> <td width="16%"> <input type="radio" name="estado<%=k%>" id="estado<%=k%>" value=2 onclick="txt<%=k%>.disabled = false"> Otro <input type='text' size="1" maxlength="1" name="txt<%=k%>" id="txt<%=k%>" disabled="disabled"> </td>
En La Vista es algo mas o menos asi
Esa lista puede ser mas larga , por lo mismo necesito rescatar el valor de esa linea, que la recato con la variable <%=k%> , espero me puedan ayudar cualquier cosa me avisan