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
Post a Comment