I think, it will be easier to put @Valid annotation in Controller method like this:
public String handleLogin(@Valid @ModelAttribute("loginFormBean") final LoginFormBean loginFormBean,...
Type: Posts; User: jczupryn; Keyword(s):
I think, it will be easier to put @Valid annotation in Controller method like this:
public String handleLogin(@Valid @ModelAttribute("loginFormBean") final LoginFormBean loginFormBean,...