Iterator list se não vazia

<mtw:list value="minhaLista.itens">

  <mtw:isEmpty test="Item.numerosSerie">

    <tr>

        <td>

            <input type="checkbox" id="cbHabilitaSN"

            name="cbHabilitaSN" onclick="javascript:habilitaCamposSN(this);"/>

            &nbsp;Desabilitar Números de Série

        </td>

    </tr>

  </mtw:isEmpty>

</mtw:list>
No comments yet.