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 1.3. > > jeffo1b wrote: >>

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 > window that asks, "Do you wan