Help?! I have an action form with a collection as a member. The actionform has only getSelected and setSelected(selected is the name of the collection) My web page has a multiple select list containing many values. When I submit (having several values selected) I expect the selected values(Strings) to be put into the collection of the ActionForm. But instead I get a root cause exception of java.lang.IllegalArgumentException: argument type mismatch.
It seems it's trying to convert a String to a collection? Where am I going wrong? thx, Henrik Bentel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]