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=15044>. 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=15044 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2005-04-05 03:25 ------- (In reply to comment #3) You need to provide an indexed getter as follows.... public CertificateItem getStatutoryItems(int index) { return statutoryItems[index]; } The logic iterate tag will use the "regular" getter that returns the array to get the array and iterate over it. BeanUtils populate works differently though - it uses the indexed getter to retrieve the individual bean (CertificateItem in your case) and then tries to call its setter. I'm closing this as it should have been a question on the user list, rather than a bugzilla ticket, also indexed checkboxes work for me. Niall -- 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]