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 23:24 -------
Can you provide a reference in the JavaBeans spec for where this scenario is 
allowed? I agree with David that what you are doing is specifically *not* 
allowed. If you have an indexed property, you may also have a single-valued 
*array* property, but that's all. See section 7.2, Indexed Properties. Your 
code is using an ArrayList, not an array.

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

Reply via email to