I have an xhtml page where I do include some css files like:
<link
href="resources/css/graCommon.css"
rel="stylesheet"
type="text/css" />
<link
href="resources/css/txMart.css"
rel="stylesheet"
type="text/css"/>
I do need to include the second CSS file based on some conditions (for instance, using a bean property etc). So I need some sort of jsf/icefaces tag having an attribute like render or visible...
Are you aware of something like that?
Thanks