springBind « Core « Spring Q&A





1. getting an error using #springBind macro    forum.springsource.org

getting an error using #springBind macro Hello! Iam new to this forum and to Spring in general. Would really appreciate your help with the following to matters: 1.I am getting a ...

2. Problem with springBind    forum.springsource.org

Problem with springBind I'm having a problem with SpringBind with Velocity for a nested property. The following code is throwing the exception Invocation of method 'getBindStatus' in class org.springframework.web.servlet.support.RequestCon text threw ...

3. #SpringBind on dynamically created fields    forum.springsource.org

.... @OneToMany(cascade = CascadeType.ALL, mappedBy = "person", fetch = FetchType.EAGER, targetEntity = Phone.class) private List phones; public Person() { phones = LazyList.decorate (new ArrayList(), new InstantiateFactory(Phone.class)); } ....