searchBy(String string)
@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
Was this helpful?