I have form inside dialog and I need to update it when user click button. Button is for showing new fields in this form. Fields are not rendered by default in dialog(render="#{gettForBoolean}"
).
When I am trying to use RequestContext.getCurrentInstance().update(formID);
in backing bean and always all data are gone.