Hello all. I'm using a struts framework for my web application. I have a website with 3 frames, the header, the menu, and the main content page.
My issue is that since I moved to struts, if I hit the refresh button on my browser, no matter what page I'm on it refreshes the main content frame to the struts-config.xml welcome-file-list. Is there any setting or mechanism I'm missing that will allow me to do a refresh on the current page displayed in the main content frame (rather than always redirecting to the welcome page) without using any javascript ? Thank you, Stephane