Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

servlet question

Status
Not open for further replies.

ja0va00

Technical User
Joined
Feb 9, 2001
Messages
5
Location
US
I am have some questions

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.

Wushutwist
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top