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
**************************Disclaimer************************************ Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E-MAIL in any manner whatsoever is strictly prohibited.
***************************************************************************
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

