RE: [S2] Result Type Dispatcher problem

2007-03-14 Thread Inamdar, Anil
lto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 10:32 AM To: Struts Users Mailing List Subject: RE: [S2] Result Type Dispatcher problem --- "Inamdar, Anil" <[EMAIL PROTECTED]> wrote: > Yes I tried with "redirect-action" and it works. But > I don't want a

RE: [S2] Result Type Dispatcher problem

2007-03-14 Thread Dave Newton
--- "Inamdar, Anil" <[EMAIL PROTECTED]> wrote: > Yes I tried with "redirect-action" and it works. But > I don't want a redirect as I lose my messages and > other data from the previous action Oh, I didn't notice that you said that in your original post. The default result type is "redirect". I d

RE: [S2] Result Type Dispatcher problem

2007-03-14 Thread Inamdar, Anil
rs Mailing List Subject: Re: [S2] Result Type Dispatcher problem --- "Inamdar, Anil" <[EMAIL PROTECTED]> wrote: > TaskInsert.action >

Re: [S2] Result Type Dispatcher problem

2007-03-14 Thread Dave Newton
--- "Inamdar, Anil" <[EMAIL PROTECTED]> wrote: > TaskInsert.action >

[S2] Result Type Dispatcher problem

2007-03-14 Thread Inamdar, Anil
Hello, I have a problem with the result type dispatcher when I try to dispatch the success or error to another action. I get 404 error. This works fine with result type chain. Here is my configuration. sampleapp.examples.task.insert TaskList.action