1) You checked that button value does not contain whitespaces? By the way, cannot action strip whitespaces itself? It even generates error message about this! Stupido. A method cannot contain spaces anyway.
2) Get HTTP sniffer or use Firefox and Live HTTP Header plugin. Oh, you say it is IE-specific. All I know, that IE often tries to be "nice". For example, if you stick value into edit box, IE strips out spaces and newlines. Maybe it related somehow. Maybe your value actually DOES contain spaces, and IE sometime strips them out, but sometimes don't (hm, why?). Michael. On 4/19/05, Nick Heudecker <[EMAIL PROTECTED]> wrote: > I've run into a strange problem with DispatchAction occasionally > failing to find the parameter used to lookup the method to process the > request. I get the following familiar error: > > "Request[myAction] does not contain handler parameter named 'method'. > This may be caused by whitespace in the label text." > > This error may occur one time out of five for the exact same workflow > and values, so the action doesn't fail every time. Here's more > information about the error: > > -) Seems to be IE-specific. Testing with Firefox doesn't cause the error. > -) There is no Javascript submitting the form. > -) There is only one form on the page. > -) The user clicks the submit button to submit the form, instead of > pressing enter. > -) All of the HTTP parameters are gone, which explains why the > 'method' parameter is missing. > -) There are a handful of filters in the web application. Since the > error doesn't occur each time, I don't think the filters cause the > error. > > I've exhausted my other resources to find the cause of this problem. > I'm stumped. Does anybody have suggestions? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]