Se usa para búsquedas desde componentes
public String searchBy(String field, Object value) { try { JmoordbContext.put("searchpais", field); JmoordbContext.put("_fieldsearchpais", value); } catch (Exception e) { JsfUtil.errorDialog("searchBy", e.getLocalizedMessage()); } return ""; }
Last updated 5 years ago
Was this helpful?