[PHPLIB] BUG in oohforms.inc - RESET-Button From: Helmut Franzke (helmut.franzke <email protected>)
Date: 12/14/99

Hi,

there is a bug in oohforms.inc (Rel.7.2 and CVS from 14/12/1999))
if you use a RESET-Button in a form and you woul like to
show this form again after submitting, the value of the reset button
disappears.

Fix:

include the following method in class "of_reset"

function self_load_defaults($val) {
    // RESET will not change its value
  }

Regards
Helmut Franzke
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.