Modify « Object « Spring Q&A





1. Modify FieldError object contained in BindingResult    forum.springsource.org

Modify FieldError object contained in BindingResult Hi: I have a form which binds to an array. I have a validator and for validation error messages I'm able to append an ObjectError ...

2. Pass domain objects to presentation layer, but not to modify them?    forum.springsource.org

Pass domain objects to presentation layer, but not to modify them? One paragraph from chapter 1 of "Professional Java Development With The Spring Framework": "The Big Picture ...Domain objects will typically ...

3. Modify member object's members    forum.springsource.org

Modify member object's members I have a situation where I have two bean id's. The 2nd bean id essentially creates the object and injects it inside of the first bean. However, ...