When I define this in my struts-config:
<form-property
name="city"
type="java.util.ArrayList"
initial=""/>
I get this error:
[ServletException in:/tiles/locationselection.jsp]
Exception creating bean of class org.apache.struts.validator.DynaValidatorForm: {1}'
Can I access "city" using JSTL in my jsp.
What should I put in my JSP.
What am I missing?
Thanks,
Barry

