Re: execAndWait losing form parameters

2008-04-25 Thread mojoRising
One thing that I see happening is, when I submit the form, the prepare method of my action is called and my parameter (userId) is not null. Then the wait page appears, and then the prepare method of my action is called a 2nd time and now the userId parameter is null. Why is the prepare method of

Re: execAndWait losing form parameters

2008-04-25 Thread mojoRising
Could this be related to the meta refresh tag on the wait page? I saw 2 examples on how to structure this tag: from: http://struts.apache.org/2.x/docs/execute-and-wait-interceptor.html "/> And from the manning book: When I add the 'includeParams="all"' it doesn't seem to work at all, that is,