Re: ExecAndWait interceptor parameters lost

2010-05-06 Thread Yiorgos Panayiotakis
Thanks Dale, that was a very informative mail. I used chain result type just for a better separation of actions and till now it did not seem to have any undesirable effect. Anyway I 'll try a new approach to the problem and I 'll avoid using chain result type. Thanks all for the help. On Wed, May

Re: ExecAndWait interceptor parameters lost

2010-05-05 Thread Yiorgos Panayiotakis
Thank you, Though I have little experience in web development I was aware of that, but I avoided using sessions due to the fact that a user could open multiple tabs in a browser and issue multiple requests that would belong to the same session. So if he tried to refresh an older request this would

ExecAndWait interceptor parameters lost

2010-05-05 Thread Yiorgos Panayiotakis
Hi, I have an issue in my code that I can't resolve and I would appreciate your help. I am using the struts2 execAndWait interceptor when I submit a form on my site. Below is the relevant struts.xml snippet /jsp/unscheduled.jsp