JSF + PrimeFaces: `update` attribute does not update component
The update attribute should point to an existing client ID in the HTML DOM tree. However, since the element is not available in the HTML DOM tree because it’s not rendered by the server side, JS/ajax cannot find anything in HTML DOM tree to update. In fact, you should wrap it in another element which … Read more