I am making a
JSP with a counter using query
string, so that on clicking button next, the counter increases and on clicking button previous, the counter decreases. This is my JSP page-
The counter value shown is 0 every time on whatever button I click. Even the counter parameter doesn't get added in the URL.
Please check the code and tell me what I am doing wrong?
Thanks