Portal Showcase
f:metadata
Something similar as f:facet, it's possible to declare metadata for an entire JSF view in f:metadata Facelet.General Usage
This tag needs other nested components as metadata. Please visit the f:viewAction or f:viewParam for examples.
Source Code
<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> <h:outputText value="#{i18n['f-metadata-content']}" /> </ui:composition>
Liferay Faces Bridge Implementation 5.0.0 + Liferay Faces Portal 5.0.0 + Showcase Common 3.1.1 + Liferay Faces Util 3.4.1 + Mojarra 2.2.20