clear()

Limpia los datos se invoca desde el list

 public String clear() {
        try {
            JmoordbContext.put("searchpais","_init");
            
            page = 1;
            move(page);
        } catch (Exception e) {
            JsfUtil.errorDialog("clear()", e.getLocalizedMessage());
        }
        return "";
    }

Last updated

Was this helpful?