Pri Bahuguna

Greenhorn
+ Follow
since Aug 10, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Pri Bahuguna

I have created a web application where clicking on a hyperlink from one page does a sendRedirect to a Servlet.
The doGet() method of the servlet does some processing based on parameters sent through the URL.

But in the logs I can see that this doGet() method is being called three times when the hyperlink is clicked once. This is happening every time.

Could anyone please tell me the reason for this.

I do not have doPost() method in the servlet.

Any suggestion will be welcomed.
15 years ago