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
f the anchor element. [Submit] -Adam -Original Message- From: Shoukat, Faisal [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 5:35 AM To: Struts Users Mailing List Subject: dispatch action error Hi Guys, I am after some advice with the following:

dispatch action error

2006-06-02 Thread Shoukat, Faisal
Hi Guys, I am after some advice with the following: I am submitting a form which has the value as selected in a drop down. From my struts config.xml it forwards to the correct dispatch action class method. And does the processing within that method. However just before returning to the ne

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

Dispatch Action Error

2006-01-26 Thread RathinaGanesh MeenakshiSundaram
Hi All, Iam getting the following DispatchAction error. Everything works fine and but, once in a while, I see the following error message in the Server Log..! Even when I get this error in the log, I don't see any problem with my application/usage. It just works fine..But, still throws the followi