Hello All, I have a problem.I have two frames with two different jsps.And after selecting the options(checkboxes) in the second frame the control goes to the Action class.After processing the request the control has to be passed to other jsp page(which have declared in struts-config.xml file).But after I return the ActionForward the jsp page is opening in the second frame itself without closing the opened frame.
Can any one please help me