On 7/11/06, Andy Lester <[EMAIL PROTECTED]> wrote:
On Jul 11, 2006, at 9:07 AM, Gabor Szabo wrote:
> If button is not passed, then the "submit()" method is used
> instead.
Perhaps it could be clearer then: submit() does not pass any button
unless you specify it.
Yes maybe that, in addition to the current sentence.
Also I think if the button is not specified but someone adds a
fields => {
buttonname => 'some value'
}
this should generate at least a warning (and not silently ignored as
it seems to be today). After all the coder seems to desperately want
to send the value of the
submit button.
Gabor