Reset

Limpia el formulario

 @Override
    public void reset() {
        found = false;
        RequestContext.getCurrentInstance().reset(":form:content");
        prepareNew();
    }

Last updated

Was this helpful?