On 25/02/07, Mario Minati <[EMAIL PROTECTED]> wrote:
Mario Minati schrieb:

That is ok for me now.
>       - value for submit/reset buttons gets changed to '' when calling
> result
>  I think that only happens any longer on a reset button.
I got that one fixed, I think there was a bug in my form creating code.
I am useing now:
    $multi_last->element('Submit')->value('Submit');
    $multi_last->element('Reset')->value('Reset');

I've fixed this in svn - you shouldn't have to set a value, as the
browser should pick an appropriate label for the type of button.

After an initial submission, buttons were incorrectly being given value=""
Now, if there was no default, the value is not set at all (rather than
being set to the empty string).

Carl

_______________________________________________
Html-widget mailing list
Html-widget@lists.rawmode.org
http://lists.rawmode.org/cgi-bin/mailman/listinfo/html-widget

Reply via email to