Vinicius Carvalho ha scritto:
Hello there! I have a multibox on my jsp, that maps to a String[] id;
property on my formbean. The problem is, when the user submits it, I
get my Array filled, but the first position of the array is filled
with a strange [EMAIL PROTECTED] string. Seems that some weird
object had it toString() method called. All other positions contain
the correct selected values.

The array is of the correct length? That is, the first position of the array is overwritten with a bogus value, or is it only appended and the length is (correctSize + 1)?

Ciao
Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to