I have a code:
<h:panelGroup id="panel" layout="block">
...
<!-- in a button -->
<f:ajax ... render=":panel" />
</h:panelGroup>
And I have an error: javax.servlet.ServletException: contains an unknown id ':panel' - cannot locate it in the context of the component j_idt378. It worked before an update of glassfish. How to fix it? What for is this?
h:panelGroup is root element (inside a page that uses ui:composition template), so I don't know what to write before :panel.