Re: Intermittent problem with DispatchAction

2004-08-11 Thread Michael McGrady
At 07:23 AM 8/11/2004, you wrote: I was wondering how the request parameter gets set to null. Because, we include the request parameter as a hidden property in the JSP, the javascript method is always called with a hard coded string as argument e.g. html:submit onclick="setAction('applyChanges')"

Re: Intermittent problem with DispatchAction

2004-08-11 Thread Michael Searles
IE 6 SP1 and SSL. Thanks Mike. - Original Message - From: "Kishore Senji" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, August 11, 2004 2:52 PM Subject: Re: Intermittent problem with DispatchAction > On Wed, 11 Aug

Re: Intermittent problem with DispatchAction

2004-08-11 Thread Michael McGrady
At 06:52 AM 8/11/2004, you wrote: > Hi Folks, > > I am using a DispatchAction which switches between several methods depending on the value of the forwarding parameter which is set in the JSP(see code snipet below). > > The DispatchAction is fine approx 80% of the time, but ocassionally and with

Re: Intermittent problem with DispatchAction

2004-08-11 Thread Kishore Senji
On Wed, 11 Aug 2004 13:37:40 +0100, Michael Searles <[EMAIL PROTECTED]> wrote: > > Hi Folks, > > I am using a DispatchAction which switches between several methods depending on the > value of the forwarding parameter which is set in the JSP(see code snipet below). > > The DispatchAction is fine

Intermittent problem with DispatchAction

2004-08-11 Thread Michael Searles
Hi Folks, I am using a DispatchAction which switches between several methods depending on the value of the forwarding parameter which is set in the JSP(see code snipet below). The DispatchAction is fine approx 80% of the time, but ocassionally and without warning, I get the following Dispatch