When using the select tag without any form type containing it, its label will be written as a value inside the select tag itself. It should be written before the <select> tag.
Example showing this problem:
When using the select tag without any form type containing it, its label will be written as a value inside the select tag itself. It should be written before the <select> tag.
Example showing this problem:
<w:select name="matricula.situacao" items="${lista.situacaoNaMatriculas}" value="id" selected="${matricula.situacao.id}">
${item}"
</w:select>