Problème avec Logic:notempty
Bonjour je désire réaliser un contrôle sur une liste déroulante.
Je ne veux l'afficher que quand elle n'est pas vide.
J'utilise un html:select à qui je passe une liste stocké dans mon form.
Code:
1 2 3 4 5 6 7
| <logic:notEmpty property="listProperty">
<td class="colon_tableau" align="right" >
<html:select property='subProperty'>
<html:options collection="listProperty" property="listProperty" labelProperty="label"/>
</html:select>
</td>
</logic:notEmpty> |
Mais sa a pas l'air de marcher.
Quelqu'un a une idée?