searchBy()

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

Was this helpful?