Hi, I am using struts in my application.I have one JSP in which i have "search" and "submit" button.I am opening a new window on click of "search" and populating a jsp.Now i want to pass a value from this new jsp to old jsp and also want to retain data in old jsp.I am not able to pass the value back to old jsp?Do i need to call action class on submit of new jsp?
Can you provide me the solution for the same?