I am sure that this is really stupid question but I couldn't find any examples.
I would like to update a whole page from the backing bean. I already managed to update the content of a dialog by using
RequestContext.getCurrentInstance().update("dialog-form-id");
Is there anything like [...].update("@all")
or do I really need to pass the method the whole form id list?