Problem with ForwardAction after update from Struts 1.2.9 to 1.3.8

2007-10-12 Thread Samuel Fleischle
Hello, I updated from Struts 1.2.9 to Struts 1.3.8. Now I have the following problem in my ForwardActions. Here is an example of what I want to do: I have the following code in my admin module: In Struts 1.2.9 this code worked fine and if I called the URL http://localhost:8080/myapp/admin/inde

RE: Problem with ForwardAction after update from Struts 1.2.9 to 1.3.8

2007-10-25 Thread Samuel Fleischle
n after update from Struts 1.2.9 to 1.3.8 That sounds like a bug to me. Are you sure this is the behavior and nothing has changed from your upgrade? On 10/12/07, Samuel Fleischle <[EMAIL PROTECTED]> wrote: > > Hello, > I updated from Struts 1.2.9 to Struts 1.3.8. Now I have