return "/restrito/projeto/listagem.xhtml?faces-redirect=true";
}
public String salvar() {
for (Discente discente : source) {
bolsistaPK = new BolsistaPK();
bolsistaPK.setDiscente(discente.getId());
bolsistaPK.setProjeto(projeto.getId());
brn.salvar(bolsista);
}
return listagem();