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 values can be passed from HTML page to servlet?

Answer Posted / dadhich

we can pass the values to servlet through from HTML Page as follows:-
create a form --> define <form action=Ser>

where Ser is a servlet java class in which we want to retrieve the value.in web-xml in <servlet> tag class name will be defined.

In Ser.java we can retrieve the value by writing as follows:

String login=request.getParameter("login");

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the drawbacks of cgi?

1117


Difference between forward() method and sendredirect() method ?

1093


Why doesn’t a servlet include main()?

1105


Explain the lifecycle of a servlet?

1028


What is meant by a servlet?

1142


What is Request Dispatcher?

1519


How do you configure a centralized error handler in servlets?

1155


What do you mean by httpservlet and how it is different from the genericservlet?

1128


What is the difference between a generic servlet and http servlet?

1045


I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?

2741


Can you call a jsp from the servlet?

1067


What is the major difference between servlet and applet?

1061


What are the annotations used in servlet 3?

1084


What is http servlet in java?

1120


Explain the difference between servlet and cgi?

1218