return "info";
}
public String buttonLastId_action() {
if (getSessionBean1().getPerson() != null) {
RowKey rk = getSessionBean1().getPersonDataProvider().
findFirst("idContact", getSessionBean1().getPerson().getIdContact());
if (rk != null) {
int rowid = Integer.parseInt(rk.getRowId());
tableRowGroup1.setFirst(rowid);
}
}
return null;
}