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-18 22:13 -------
Perhaps I wasn't clear on what I discovered and concluded (partially because I
won't be able to write my conclusion until I get home tonight).

Let me put it this way: Getting the list of property descriptors for a bean will
get one, and only one, property descriptor for each property.  A property cannot
be both an indexed property and a non-indexed property.  If you need both
indexed and non-indexed access to an instance variable of a bean, then you'll
have to "front" that instance variable with two different properties with
different names.

In short, this is not a bug in the JDK, it's a bug in your code.  I don't know
whether this situation is described in the javabeans specification, but it
should be.

(Anyone else have an opinion here?)

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to