NotReadablePropertyException using c:foreach “items” variable in path attribute of Spring form:checkbox
问题 Background - A data grid (list of ServiceOfferedForm) populated based on given filter criteria (SearchCriteriaForm). Also, each data row has a radiobutton bound to ID field of ServiceOfferedForm, which will be populated in serviceCode field of "selectedService", to be used for Edit action. I have a Model as below, with getters & setters (not shown here) - public class ServiceOfferedForm implements Serializable{ private String serviceCode; private String serviceName; private Boolean monday;