DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14603>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14603 Switching to JDK 1.4.1 causes IndexOutOfBoundsException on Indexable ActionForm Attributes ------- Additional Comments From [EMAIL PROTECTED] 2002-11-15 19:40 ------- IndexedPropertyDescriptor.isInstance(descriptor) doesn't exist as a method on a class. The existing code in PropertyUtils: (descriptor instanceof IndexPropertyDescriptor) is correct Java syntax. Beyond that, I've debugged into this very block (line 468 of PropertyUtils) and interrogated the descriptors array. All its elements are of type PropertyDescriptor. -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>