I am using the @RequestParam annotation to get the request parameters , and using the same to insert the values into the DB. I have setup the controller to re-direct to the same page which contains the text fields for the user to enter the values, which are being read using the @RequestParam annotation.I am using the @RequestParam annotation to get