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=28358>.
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=28358


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Additional Comments From [EMAIL PROTECTED]  2006-06-16 16:25 -------
(In reply to comment #18)
If you have a Bean with a property foo:List<foo1>  with 4 Methods getFoo() 
getFoo(index) setFoo() setFoo(index, newFoo1) jdk 1.5_06 will not return an 
IndexedPropertyDescriptor so the method getFoo(index) will never be called

To fix this I observed that if you made the change that Niall Pemberton
(comment #18) has exposed, in the PropertyUtilsBean class, then you can write 
only 3 methods getFoo() getFoo(index) setFoo(index,newFoo1) without getting an 
error.After that jdk1.5_06 will recognize your property like an 
indexedProperty and getFoo(index) will be called to fill in your form after a 
submit (Struts).


-- 
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]

Reply via email to