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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ja0va00
  • Content: Threads
  • Order by date
  1. ja0va00

    servlet question

    I have a servlet that is taking parameters passed to it, I need to pass it to another java class. Can anyone help me out here.. public class CMInputServlet extends HttpServlet { //Initialize global variables public void init(ServletConfig config) throws ServletException {...
  2. ja0va00

    servlet question

    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???
  3. ja0va00

    beginning java (servlets) questions

    I have 3 java questions and I would be grateful if anybody will answer them. 1.)In an Java servlet, how do you pass the input parameters (sent to servlet with HTTP POST method and extracted by req.getParameter() ) to another java class in another file. Is the request.forward() method the way...

Part and Inventory Search

Back
Top