DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44118>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44118 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2007-12-26 15:10 ------- This is a feature of java.beans.Introspector which is what is eventually used here. It assumes that: method getT_FIELD is for property t_FIELD method getTT_FIELD is for property TT_FIELD I haven't looked at the code but my assumption is that it doesn't look beyond the underscore to determine if the field name is all caps. Where it only finds a single character before the underscore, it assumes that the field name starts with a lower case character. If there is a bug here then it is in java.beans.Introspector but I haven't looked in detail at the documentation to determine if it is a bug or not. What I can be sure of is that it isn't a Tomcat issue. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]