Hola eduardo, una ves optenido los "registros" que quieres mostrar, podrías hacerlo de esta manera.
<c:forEach var="row" items="${myQuery.result.rows}">
<input type="radio" class="myAmazingRadioButtons" name="rbtnGroup" value="${row.propertyValue}">
</c:forEach>
- 2018-04-30 12:25:21
-
Me gusta(2)