What is your jsp code ?

Suresh Addagalla wrote:

Hi,
I am facing a problem when submitting a form which contains a combo box ("select").
While populating the combo box, I use a form-bean (DynaActionForm) containing a Vector to populate the combo box. When I submit the form (to the same action so that the same page is displayed with a different list), the selected value goes as a String. Struts is trying to assign this *String* to the *Vector* and it's throwing the following error:
org.apache.commons.beanutils.ConversionException: Cannot assign value of type 'java.lang.String' to property 'serviceSets' of type 'java.util.Vector'
Any help is greatly appreciated.
Thanks,
Suresh


------------------------------------------------------------------------

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




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

Reply via email to