Hey,
I am trying to pass an arraylist using the hidden tag, but keep getting an
error when the form is populated from the request. Here is my declaration:
<form:form action="FeatureCode.do" name="featureCodeForm"
type="appl.form.FeatureCodeForm" scope="request">
<form:hidden property="featureCodeList"/>
But, every time I run I get this error:
java.lang.IllegalArgrment Exception: argument type mismatch
Any help would be appreciated,
Michael Zeitlin

