Invalid target for Validator in spring error?
问题 Hi all I am getting the following error whenever I am trying to invoke validator in my spring Servlet.service() for servlet spring threw exception: java.lang.IllegalStateException: Invalid target for Validator Please have a look and help me out in this error, previously I user the validation for login page and it is working fine but now its not working. Here is my code snippet . Controller @Controller public class NewUserRegistration { @Autowired private UserService userService; @Autowired