Hi Piyush, If I close my child window and try to submit the parent one, submit button doesn't work. There's no JS error shown in the browser. But if I reload the parent window,submit button works .
Thanks On Sun, Jan 22, 2012 at 1:58 PM, Piyush Kumar <alivelove2...@gmail.com>wrote: > why are you reloading the parent window on child window close. i think your > problem can be solved with pure javascript. please describe it more. > > On Sat, Jan 21, 2012 at 9:52 PM, Arpan <arpan.deb...@gmail.com> wrote: > > > Hi, > > > > My requirement is like as follows: > > > > User can edit fields in a page. This page will have a link, which will > open > > a child window, which will work independently. > > The child window uses different Action classes and different submit flow > > altogether. > > > > But after closing the child window, the user can again start editing the > > parent page fields and should submit also. > > > > If I reload the parent page,while closing the child window, one pop up > > warning message comes out and all the parent window field values get > reset, > > which are not desirable. > > > > Can any one knows how to do it. I am using Struts1. > > > > Thanks > > >