TextField « MVC « Spring Q&A





1. Spring MVC Date and CustomDateEditor problem on simple text Field    stackoverflow.com

Hello I have a problem with Spring MVC 3.0 + CustomDateEditor and one field of type java.util.Date In my controller I have :

    protected void initBinder(HttpServletRequest request, ...

2. Can't Update Text Fields to Array - Spring MVC    forum.springsource.org

Can't Update Text Fields to Array - Spring MVC I am unable to update text from a table into an array in my Command Object: I am using SimpleFormController that I ...