Re: Dispatch Action "Whitespace In Label Text" and Missing Parameters

2005-04-26 Thread Nick Heudecker
After some additional research, IE is failing to submit HTTP parameters. This error doesn't occur with Firefox. Guess I'll have to keep digging. On 4/19/05, Michael J. <[EMAIL PROTECTED]> wrote: > 1) You checked that button value does not contain whitespaces? By the > way, cannot action strip wh

Re: Dispatch Action "Whitespace In Label Text" and Missing Parameters

2005-04-19 Thread Michael J.
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-specif

Dispatch Action "Whitespace In Label Text" and Missing Parameters

2005-04-19 Thread Nick Heudecker
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