-> 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 _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
