jaykay12 / KitabGhar

An online eBook Portal build on Java Servlets and JSP.
MIT License
4 stars 14 forks source link

Change Redirect Path of Servlet #17

Open jaykay12 opened 6 years ago

jaykay12 commented 6 years ago

Current Behavior: Once a review is submitted using WEB-INF/classes/reviewSubmitServlet.java then, if the request is processed as SUCCESS then it's redirected to the same referrer.

Required Behavior: Change the redirection path so, that after Rating & Review, it's redirected to the UserLibrary.jsp & displays all the books so, that further Ratings can be done.

chinthaka-dinadasa commented 6 years ago

Working on this