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 13:24 -------
While I'm working on the test I previously mentioned, I want to point out the 
definition of an IndexedPropertyDescriptor as put forward in the Java API:

"An IndexedPropertyDescriptor describes a property that acts like an array and 
has an indexed read and/or indexed write method to access specific elements of 
the array. 

An indexed property may also provide simple non-indexed read and write methods. 
If these are present, they read and write arrays of the type returned by the 
indexed read method."

I take this to mean that it is perfectly acceptable to have:
public ArrayList getThemes()
public Theme getThemes(int index)

in the same class,  the first being a simple non-indexed read and the second 
the indexed version.

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

Reply via email to