I have a A.jsp that gets displayed when one goes to This A.jsp contains a link to a popup B.jsp. The form in B.jsp is then submitted to B.do which saves the data entered in that form to the DB. That part is working.
What I need to happen is that when that form in B.jsp popup is submitted, the system should not only 1) go to the action B.do, but also 2) close the B.jsp popup and reload the page that triggered that, i.e. A.jsp(which means reloading the url)
How do I do that? Please specify the solution as clearly as possible
Thank you so much!
What I need to happen is that when that form in B.jsp popup is submitted, the system should not only 1) go to the action B.do, but also 2) close the B.jsp popup and reload the page that triggered that, i.e. A.jsp(which means reloading the url)
How do I do that? Please specify the solution as clearly as possible
Thank you so much!