My java servlet is recieving a http post from a form and and want to pass these parameters (taken by req.getParameter()) to a java class. how do I do it???
Create an instance of the class in your servlet and then pass the parameters like you would any other parameters. I'm not sure I see exactly what you are having trouble with.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.