Pergunta

I have searched across the web with no luck, I know there are some predefined names, such as 'header' and 'footer' associated with the dataTable, also 'first' inside the head tag to run first this metatag.

There are other predefined names I should be aware of?

Thanks, -M

Foi útil?

Solução

You cannot find a predefined names list for facets. because facets are related to components. Every components supports different facets. e.g. h:datatable supports header and footer. primefaces datatable supports header, footer and emptyMessage facets. best way to find supportted facets you should look source code of component renderers. Primefaces DatatableRenderer, Mojarra TableRenderer

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top