Hi,
I want to submit data on popup, save it, close popup and show the saved data on parent page. I am using
struts 1.3 environment. I tried using following ways:
1) Using Javascript, I submitted form data from popup and reloading parent page. This reloads parent page but it seems that it does not give surity of processing transaction successful. Any idea whether this approach is appropriate?
2) Using Struts, end of the "saveAction" of popup, I am forwarding it to "editAction" of parent page with expectation to bring the data and show it on the parent page. But this does not work. Any idea how it works in Struts?
Thanks,
Bhavin