Mentawai – lista

<display:table name="list" id="row" export="/ControleAcesso/Create">
  <table>
      <tr>
          <display:column property="per_id" title="Id"/>
          <display:column property="per_nome" title="Permissão" />
          <display:column title="<input type='checkbox' name='select'/>">
          <input type="checkbox" name="select"
          <c:if test="${row.per_check}">CHECKED</c:if> value="'<c:out value="${row.per_id}"/>'"/>
          </display:column>
       </tr>
   </table>
</display:table>
No comments yet.
No trackbacks yet.