erreur dans une page jsp - Divers - Programmation
Marsh Posté le 24-05-2004 à 15:30:28
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)
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 24-05-2004 à 15:30:28
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)