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.
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.