Olá pessoal.
Tenho o seguinte código:
...
<table>
<thead>
<tr>
<th>Controle</th>
<th>Data de Lançamento</th>
<th>Núm. Cheque</th>
<th>Data Vencimento</th>
<th>Valor</th>
</tr>
</thead>
<!-- BEGIN bl2-->
<tr>
<td>{controle}</td>
<td>{dataLanc}</td>
<td>{numCheq}</td>
<td>{dataVenc}</td>
<td>{valor}</td>
</tr>
<!-- END bl2-->
<tr>
<td colspan="5">byCelso</td>
</tr>
</table>
...
Preciso repetir essas linhas e não está funcionando.
É isso mesmo?