And to be perfectly honest, I didn't know for sure - I just threw it together using Netbeans, and ASSUMED since I was array-backing it, I'd use an indexed property.

However, I know better now - that if I intend to pass the same property name multiple times NOT to use indexed accessor/mutators, but only to use the arrays.

Thanks for all the help folks! I will try to be as helpful with other issues.

Will

Wendy Smoak wrote:
From: "Larry Meadors" <[EMAIL PROTECTED]>

Nope, actually, it is bean-utils that is at fault here (something all
struts developers should be accustomed to saying - IMO, bean-utils is
the single weakest component in struts).


I stand corrected, it even _says_ (8.3.3) that 'an indexed property might be represented by four accessor methods.' So your code was correct, sorry! Personally, I've never gotten anything but grief from having more than a single pair of methods. Then again... all of my 'bean' experience is with Struts and by extension, BeanUtils.



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to