Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1190 → Rev 1191

/trunk/src/org/tela_botanica/client/modeles/personne/PersonneListe.java
132,6 → 132,6
Mediateur mediateur = (Mediateur) Registry.get(RegistreId.MEDIATEUR);
Personne personne = new Personne();
personne.setNom("%" + nom + "%");
mediateur.selectionnerPersonne(vueARafraichir, personne, null, currentPage, nbElementsPage);
mediateur.selectionnerPersonne(vueARafraichir, personne, mediateur.getProjetId(), currentPage, nbElementsPage);
}
}