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 to pass parameter from servlet to html form

Answer Posted / amit ghosh

its simple... use request diapatcher

RequestDispatcher rd = request.getRequestDispatch("url?
newparam=newvalue");
rd.forward(request, response);

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are common tasks performed by Servlet Container?

1315


What is servlet configuration?

1123


What do you mean by default initialization in java servlet?

1141


Define context initialization parameters.

1094


request parameter how to find whether a parameter exists in the request object?

1062


What is a servlet?

1199


Difference between httpservlet and generic servlets?

1163


What are the different ways we can maintain state between requests?

1160


What is httpservlet class?

1229


Can you explain in detail 'javax.servlet' package?

1041


Why session tracking is needed?

1088


How do you get the ip address of the client in servlet?

1061


When servlet object is created?

1227


Should I override the service() method?

1143


What's the use of servletcontext?

1194