Hello, I have a vector of Integer that I want to display in a "select" tag.
When writting the following code :
<html:select layout="false" property="productionYear"
name="productionYearsVector" styleClass="TEXTE">
</html:select>
I got the following error :
"Error 500: No getter method available for property productionYear for
bean under name productionYearsVector "
Does someone know how to do?
Thanks!

