how to get multiple value from action class

2002-06-26 Thread Toni Nehme
Hi, who can help me out on how to deal with multiple selected value from jsp in action class, how to define this property, I thought I can define it as Vector, sounds don't make sense, how bean form to handle this senario Thanks. >From: "Toni Nehme" <[EMAIL PROTECTED]> >Reply-To: "St

Re: how to get multiple value from action class

2001-10-05 Thread Luis Olivares
Title: how to get multiple value from action class I think you must use an Array of Strings in a FormBean instead of a Vector. I'm not sure what issues comes using a Vector.   Also, as I understand, all the fields in a FormBean must be of type String. Is this correct?   Re

how to get multiple value from action class

2001-10-05 Thread Fang, Frank
Title: how to get multiple value from action class Hi,   who can help me out on how to deal with multiple selected value from jsp in action class, how to define this property, I thought I can define it as Vector, sounds don't make sense, how bean form to handle this senario