affClubs.createAffiliationClub(ListClubsPanel.this.saison, line.getClub());
super.error(String.valueOf(affClubs.size())+"Ajouté..."+line.getNomComplet());
}
catch (ActionException e)
{
throw new SystemeException(e);
}
}
//Si on veut supprimer le club de la saison.
else
{
try
{
affClubs.RemoveAffiliationClub(ListClubsPanel.this.saison, line.getClub());
}
catch (ActionException e)
{
throw new SystemeException(e);
}
}
}
super.onSubmit();
}