@Override public String back() { try { if (page > 1) { page--; } move(); } catch (Exception e) { JsfUtil.errorMessage("back() " + e.getLocalizedMessage()); } return ""; }
Last updated 6 years ago
Was this helpful?