I have a JSF page that contains:
<div class="tableCaption">
<h2>Batch Details</h2>
</div>
and a CSS that defines the look of .tableCaption h2
I want to wrap the above div in a JSF component that has the 'rendered' attribute so I can enable/disable the div but I cannot find the appropriate component. Is it even possible to wrap arbitrary HTML components and switch them on/off?
If that's not possible is there a way to use somehow to make it use the CSS already defined for .tableCaption h2?