Struts formbean problem

Posted by xain on Stack Overflow See other posts from Stack Overflow or by xain
Published on 2010-05-25T19:00:26Z Indexed on 2010/06/03 10:44 UTC
Read the original article Hit count: 131

Filed under:

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

© Stack Overflow or respective owner

Related posts about struts