When you hit the submit, at the server side BeanUtils will try to insert the array item to your form bean.
like setxxxx(int index, Item, eee) do the error handling in this code to make sure your internaly Collection size and handle the index, most likely you would need to increase it dynamically. -Dan ----- Original Message ----- From: "Huan Le" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 11:59 AM Subject: Using nested tags > Hello: > > Could somebody explain this error message for me? > E SRVE0026E: [Servlet Error]-[BeanUtils.populate]: > java.lang.ArrayIndexOutOfBoundsException > > I'm using nested tags to display a list of info. Whenever, clicking the > submit button, I get the error above. Do you know any solutions to resolve > this problem or any tutorial discussing this situation. > > Thank you very much. > > Huan > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

