Page1: I am having a JSP page form to create a new item. I click Submit and redirect it to a server side JSP page.
But when i test this in browser, I see a blank page after submit.
I would like to redirect it to page2 after submit which has a list box and highlight the newly created item.
Can someone please tell me how to do these 2 things –
1. Redirect page1.jsp -> Server JSP -> page2.jsp
( i want to know how to redirect it to page2.jsp, i finished the 2 steps)
2. I should be able to highlight the newly created item in the list box.
Thanks!
Inside serverJsp.jsp add this code at the end( after all your other code is done).