Struts not picking up SSI when forwarding via an Action class

2010-09-20 Thread jeffo1b
I've gotten my application to process SSI's correctly when clicking on a link, but when the I submit a form and the action forward is a .jsp with include statements, I can't get it to work. I'm running Struts 1.3 and Tomcat 6.0 in Eclipse. I get a pop-up window asking me if I'd like to save the

Re: Problem with ActionForward

2010-09-14 Thread jeffo1b
Update: the jsp I am trying to load (Contracts.jsp) has 3 included files in it. When I changed the forward mapping from ("/pages/Contracts.jsp") to one of the included files ("/pages/message.jsp") it loaded correctly. jeffo1b wrote: > > Also, I am using Struts

Re: Problem with ActionForward

2010-09-14 Thread jeffo1b
Also, I am using Struts 1.3. jeffo1b wrote: > > I submit a very simple form to an action, the code in the action class > finds the appropriate forward, and then control is handed off to the > framework. no errors are generated, but i get a "File Download" popup >

Problem with ActionForward

2010-09-14 Thread jeffo1b
I submit a very simple form to an action, the code in the action class finds the appropriate forward, and then control is handed off to the framework. no errors are generated, but i get a "File Download" popup window that asks, "Do you want to save this file, or find a program online to open it?