@Override public String searchBy(String string) { try { loginController.put("searchmarca", string); writable = true; move(); } catch (Exception e) { JsfUtil.errorMessage("searchBy()" + e.getLocalizedMessage()); } return ""; }
Last updated 6 years ago
Was this helpful?