.valueOf(GestionFacturesForm.this
.getKeyword()));
if (facture != null)
{
this.setResponsePage(new FacturePage(
facture));
}
else
{
throw new SystemeException(
"Le numéro de facture n'est pas valide");
}
break;
case 2:
final Transaction transaction = null;
/*
Transaction transaction = GestionFacturesForm.this
.getTransactionService()
.findByCodeConfirmation(transact);*/
if (transaction != null)
{
facture = transaction.getFacture();
if (facture != null)
{
this.setResponsePage(new FacturePage(
facture));
}
else
{
throw new SystemeException(