ma page jsp m'affiche ceci:
No getter method available for property nom for bean under name org.apache.struts.taglib.html.BEAN'
mon code source est:
<html:select property="nom">
<html:options collection="nomConstructeur" property="key" labelProperty="value"/>
</html:select>
Est ce que l'erreur veut dire qu'il n'y a pas de champ "nom" dans ma collection "nomConstructeur"?? (je n'ai pas encore le nom des attributs de cette objet)