I have a jsp page with the following code:
<logic:iterate id="regList" name="RegForm" property="listArray">
<bean:write name="regList" property="listArray"/>
</logic:iterate>
and in the RegForm.java java bean, we have the following code:
private String[] listArray;
public String[] getListArray()
{
return listArray;
}
But when I query the page, I got error:
javax.servlet.ServletException: No collection found
Why and how to fix?
---------------------------------------------------------------------------
Henry Lu
MCIT phone: (734) 936-2063
University of Michigan Medical Center fax: (734) 763-4372
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>