last
@Override
public String last() {
try {
page = marcaRepository.sizeOfPage(rowPage);
move();
} catch (Exception e) {
JsfUtil.errorMessage("last() " + e.getLocalizedMessage());
}
return "";
}
Last updated
Was this helpful?