| Author |
How to maintain a counter in jsp to know how many times the page is visited?
|
ilias basha
Ranch Hand
Joined: Nov 27, 2008
Posts: 55
|
|
Hi,
I have a servlet code where an instance variable of Sevlet will be incremented each time the Servlet's service/doGet/doPost is invoked. By this way i am able to know how many times the partcular Servlet is requested..
here is code for the same.
My Question is now how to write a jsp which is exactly equivalent to the above given Servlet - specifically with respect to having an instance variable??
|
 |
santosh dhulipala
Ranch Hand
Joined: Oct 21, 2010
Posts: 52
|
|
this can be done by putting the variable in application scope incrementing by geting the value from scope and restoring by which it can be accesed from jsp's hope i am correct
|
Thanks & Regards
Santosh Kumar.D
|
 |
 |
|
|
subject: How to maintain a counter in jsp to know how many times the page is visited?
|
|
|