went through the beanutils code to find the reason for the ArrayIndexOutOfBounds. found that it doesn't use my setter method, which would adjust the array size, but just my getter method (which returns an array, which isn't big enough); moving over to lists instead
so i suppose my html was correct. the html:text issues are still not working anyway :/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

