Hii.... I am developing a web application. I have got all the data from HTML to my Servlet page using request.getparameter. Now I want to send that data to controller i.e. (register.java) from where they will
be sent to the database. How shall I do that?? I need to send all the data e.g(name, age, DOB etc). from Servlet to core java class.