RE: dispatch action error

2006-06-02 Thread Samere, Adam J
02, 2006 8:16 AM To: Struts Users Mailing List Subject: RE: dispatch action error I did some debugging on the getMethod() and when I submit the form the request.getParameter() first time returns '' then in the same request changeStatus parameter is found. So its not that the form is n

RE: dispatch action error

2006-06-02 Thread Shoukat, Faisal
y would it pass '' initially then in the same request it finds the correct parameter Any pointers -Original Message- From: Samere, Adam J [mailto:[EMAIL PROTECTED] Sent: 02 June 2006 13:09 To: Struts Users Mailing List Subject: RE: dispatch action error I don't think your met

RE: dispatch action error

2006-06-02 Thread Samere, Adam J
I don't think your method param is being passed when the form is submitted. You should probably make the parameters you are passing in the query string hidden fields on the form you are submitting. If you need to dynamically set the method parameter you can then do so in the onclick event of the an

Re: Dispatch Action Error

2006-02-02 Thread RathinaGanesh MeenakshiSundaram
at's actually coming. > > Andrey > > -Original Message- > From: RathinaGanesh MeenakshiSundaram [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 26, 2006 11:47 PM > To: Struts Users Mailing List > Subject: Re: Dispatch Action Error > > No, The jsp and Act

RE: Dispatch Action Error

2006-01-30 Thread Myatluk Andrey
To: Struts Users Mailing List Subject: Re: Dispatch Action Error No, The jsp and Action and everything works fine as they need to be and renders the jsp fine. But, once in a while thwors this error to the Server Log. There is no mistake with the spelling Thanks... On 1/26/06, Srinivas Jadchar

Re: Dispatch Action Error

2006-01-26 Thread RathinaGanesh MeenakshiSundaram
No, The jsp and Action and everything works fine as they need to be and renders the jsp fine. But, once in a while thwors this error to the Server Log. There is no mistake with the spelling Thanks... On 1/26/06, Srinivas Jadcharla <[EMAIL PROTECTED]> wrote: > > //java.lang.NoSuchMethodExcepti

Re: Dispatch Action Error

2006-01-26 Thread Srinivas Jadcharla
//java.lang.NoSuchMethodException May be caused by Spelling mistakes of the method names!! On 1/26/06, RathinaGanesh MeenakshiSundaram <[EMAIL PROTECTED]> wrote: > > Hi All, > > Iam getting the following DispatchAction error. > Everything works fine and but, once in a while, I see the following