Error saying I need to use f:metadata even though I do
问题 After update from JSF 2.1 to 2.2, I start getting the following error message: The metadata component needs to be nested within a f:metadata tag. Suggestion: enclose the necessary components within <f:metadata> It's a bit weird as the code looks like this: .... <ui:composition template="./resources/templates/template_base.xhtml"> <ui:define name="contentBody"> <h:outputStylesheet library="css/table" name="tableContent.css" /> <h:outputScript library="javascript" name="pagination.js" target=