SpringMvc java.lang.NullPointerException When Posting Form To Server
- by dev_darin
I have a form with a user name field on it when i tab out of the field i use a RESTFUL Web Service that makes a call to a handler method in the controller. The method makes a call to a DAO class that checks the database if the user name exists.
This works fine, however when the form is posted to the server i call the same exact function i would…