You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Michael Zeitlin <mz...@bondisoftware.com> on 2001/02/05 22:21:44 UTC

problems with hidden tag

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