Hi I´m using Spring MVC 3 and Hibernate 3
When i try to validate a form using spring tlds and SimpleFormController works fine, but My problem is when the controller response whit a validation error because i' have my form in a <div> tag, so when i validate the error message, the validation response not appears into de <div> tag


What can i do to it appears into the <div> tag????