Netbeans Visual Web Pack does not offer direct support for Facets. They will not show up in properties nor in the designer. If you need to use a facet you will need to edit the JSP directly.
In this case, edit the JSP source by adding to the grid panel:
<f:facet name="header">
</f:facet>