You are using ajax to submit for data so do this:
- Remove
action="Registration" method="POST"
from your form tag. - Change
type="submit"
totype=buttom
. - Check your url again
url : "Registration"
. if it is a file should it end with jsp or a file type. eg:url : "/Registration.jsp"