Im new to java web application. okay question is, I have application with multiple tabs. If I click gallery tab from being in home page, it goes to gallery page and if I click back button of browser it doesn't go to home page. Im using servlet, JSP. What could be the reason? Pls help me out.
Asked
Active
Viewed 171 times
1 Answers
0
Each browser maintains browsing history. While you use back or forward options it comes through history and request send to server.

Gaurav Srivastav
- 2,381
- 1
- 15
- 18
-
I know boss.. My question why for my application its not working. whether do i need to do any history setting in my app? – Ramesh Jun 19 '18 at 12:56
-
-
issue is forward and back buttons are not working but Other website's are working.. Why only my app's? – Ramesh Jun 19 '18 at 13:03
-