if ( myModel.getModelstatus() == Model.MAIL_SEND_SUCCESSFULL ) {
//the Mail was send successfull
//now you must a index in the table
myModel = getModel( param, datemodel_param );
myModel.run( param );
page = "ResDataDate.jsp";
}
else if ( myModel.getModelstatus() == Model.MAIL_SEND_UNSUCCESSFULL ) {