Hi,

Is it possible to apply css stylesheets to trinidad componenets without
using tr:document tag? Our new application has been designed to use facelets
templating for various parts of a web page. Please find below a defined
template in our web app. As you can see we have defined the various parts of
a web page and the includes or areas to be defined may contain trinidad
code. As a result we cannot use tr:document as it creates all the html
tags....

Thanks,


<html>

<head>

   <ui:insert src="header.xhtml>

</head>

<body>

   <div class=*"page"*>

     <div class=*"header"*>

       <ui:include src=*"/header.xhtml"*/>

    </div>



<div class=*"centralArea"*>

    <div class=*"contentArea"*>

   <ui:insert name=*"content"*/>

</div>



</div>

 </body>
</html>

Reply via email to