Re: [DispatchAction] no handler parameter

2009-11-01 Thread Mark Shifman
I have also gotten this error and it was not obvious how it happened since the appropriate parameters were where they were supposed to be. You need to think of weird causes like double clicking a link that contains parameters or some how the form is submitted twice, the second time the "command"

Re: [DispatchAction] no handler parameter

2009-11-01 Thread Paul Benedict
Unspecified will be called if your "command" parameter does not exist. On Tue, Oct 20, 2009 at 12:39 AM, Sachi N wrote: > Hello > > I posted this question 9months ago but could not get any solutions. > I wonder if anyone can give me some clue now. > > -

[DispatchAction] no handler parameter

2009-10-23 Thread Sachi N
Hello I posted this question 9months ago but could not get any solutions. I wonder if anyone can give me some clue now. My client reported that they have received this error only once. Request[/app/Keyword] does not contain handler paramet

[DispatchAction] no handler parameter

2009-01-10 Thread maisaki_ko
Hello My client reported that they have received this error only once. Request[/app/Keyword] does not contain handler parameter named 'command'. at org.apache.struts.actions.DispatchAction.unspecified(DispatchAction.java:222) They tried to replicate the error to find the cause by doing the exact