Hi, I'm trying to clear errors which happened before - so eg. user inserted invalid date => pressed Download => error
void onValidateForm() { if(dateTo == null) { form.recordError("Please insert valid date to!"); return; } } but after that user corrected the date and pressed Download => the file is downloading but the error "Please insert valid date to!" is still in the form. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Clearing-form-errors-problem-tp4971307p4980644.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org