Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do you pass the data from one servlet to another
servlet?

Answer Posted / debojit

First of all u have to set the value by setAttribute()
method such as:
getServletContext().setAttribute("variableName",object);

Then u have to forward that request to other servlet by
using that procedure,


RequestDispatcher rd=getServletContext
().getRequestDispatcher("/servlet");
rd.forward(request,response);

U can get that information from that servlet by using the
method::
getServletContext().getAttribute("variableName");

Is This Answer Correct ?    23 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different Authentication options available in Servlets.

1126


What are the uses of servlet and what is servlet chaining?

1147


What is load-on-startup in servlet?

1197


What is servlet collaboration?

1191


How do you create a cookie using servlet?

1224


Explain the differences between jsp and servlet.

1047


What is the web server used for running the Servlets?

1062


What do you mean by session tracking and also explain its techniques?

1052


What do you mean by chaining in servlet?

1079


Write the code to get the server information in servlet.

1110


What is a web container and what is its responsibility?

1032


When servlet is loaded?

1122


What is servlet interface?

1275


Why HttpServlet class is declared abstract?

1274


What is meant by a servlet?

1141