Struts formbean problem
- by xain
Hi, I have a struts app with a jsp with the code:
...
...
<input name="inrofol" class="inputfilter" id="inrofol" size="22" maxlength="20" type="text">
...
And even though it's not linked to the associated form bean, I get the exception
Error 500: No getter method for property: "inrofol" of bean: "com.test.forms.CompForm"
Any hints ? Thanks