jsf - f:facet - there is a list of predefined names attributes? -


i have searched across web no luck, know there predefined names, such 'header' , 'footer' associated datatable, 'first' inside head tag run first metatag.

there other predefined names should aware of?

thanks, -m

you cannot find predefined names list facets. because facets relatiad components. every components supports different facets. e.g. h:datatable supports header , footer. primefaces datatable supports header, footer , emptymessage facets. best way find supportted facets should source code of component renderers. primefaces datatablerenderer, mojarra tablerenderer


Comments

Popular posts from this blog

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -