Salta a la pagina indicada
@Override public String skip(Integer page) { try { this.page = page; move(); } catch (Exception e) { JsfUtil.errorMessage("skip() " + e.getLocalizedMessage()); } return ""; }
Last updated 6 years ago
Was this helpful?