Hi all I have a couple of webpages on my web application where this error occurrs and I cant find out whats causing. Apparently these pages are no different from the other pages that work correctly.
When I call my page, it complains of the getter method of one of my form elements. I checked the class I use as a model and both the variable and the getter and setter are there. I checked the HTML tag and it seems to be ok. The bean that corresponds the template also has a getter and setter for that field, both public and abstract. This is the offending line. Could you give me a hand, please? <td><textarea jwcid="[EMAIL PROTECTED]" value="ognl:model.word" validators="validators:required,maxLength=150" cols="50" rows="15" class="itemsarea"></textarea></td> -- Cumprimentos, Rui Pacheco
