2011/2/3 Bill Davidson <bill...@gmail.com>:

> Unable to find setter method for attribute: xName error.

I think you are bumping into JavaBeans capitalization rules. Rename
your attribute to be "xname" or "xxName".

IIRC, setXName( ) means that the property name is "XName", not "xName".

More details should be in the JavaBeans spec,
http://www.oracle.com/technetwork/java/javase/documentation/spec-136004.html


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to