From: Peter C. <Pet...@me...> - 2006-05-17 10:38:56
|
> From: Matthew Buckett > If the date field contains anything and it can't be parsed=20 > into a date=20 > shouldn't it warn the user and fail to save the form? Users=20 > are rather=20 > good at not reading error messages correctly or at all. Well, here we have two models. Both assume your comments about users. First model: - User makes changes to some fields. - User saves changes; no changes are saved due to an error with a date. - User ignores error message and walks away thinking 'job done'. Second model: - User makes changes to some fields. - User saves changes; as many changes as possible are saved due to an error with a date. - User ignores warning message and walks away thinking 'job done'. Which do we prefer? - Peter |