[twill] submit bug

Titus Brown titus at caltech.edu
Thu Nov 10 14:03:06 PST 2005


-> When submitting a form submit doesn't send 'submit' button value.

Hi, Mike,

well, it's *supposed* to -- but only if you specify an argument, i.e.

>> submit

behaves differently from either

>> fv 1 button click
>> submit

or

>> submit button

In the first case, submit is submitting the form as if it were submitted
by JavaScript or a "return" on the only field on the form.  In the
second case, it remembers what the last submit button clicked with 'fv'
was.  In the third case, it searches out and finds the button
corresponding to 'button'.

I'll test this myself soon, though.

cheers,
--titus



More information about the twill mailing list