Assumption: MVC framework is being used
In the web application ,there is parent(main screen) where the values are displayed through the request scope and an event on parent window popups the child window. Then if user does update some value in child screen , the parent window has to be updated with new value [and also retaining the parent windows variable values].
Is there design pattern to approach this kind ? we need to store both the forms in HttpSession?