Hello All,
I have a problem.I have two iframes with their
"src" two different jsps.And after selecting the options(checkboxes) in the second frame , the second frame is getting submitted .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 inside the second frame itself. i want to open the new jsp page in main window.
Can any one please help me