Re: Indexed properties and populate error

2001-10-05 Thread dhay
EMAIL PROTECTED]> cc:(bcc: David Hay/Lex/Lexmark) Subject: Indexed properties and populate error Hi, I like to put values of an array in about 20 input fields. I can do this with indexed properties (property="element[i]" but after submitting this form I get a beanutil error. What

Indexed properties and populate error

2001-10-05 Thread Torsten Trzeciak
Hi, I like to put values of an array in about 20 input fields. I can do this with indexed properties (property="element[i]" but after submitting this form I get a beanutil error. What 's wrong? Is there an example with indexed properties available?