Hi,

   I am trying to use facelets with jscook menu, but it doesn't work. With traditional JSP view handler the following code snippet

<code>
        <t:jscookMenu layout="vbr" theme="ThemeOffice" styleLocation="/faces/theme/jscookmenu/">
            <t:navigationMenuItems value="#{navigationMenu.menu}" />
        </t:jscookMenu
</code>
renders the following style line;

<code>
<link rel="stylesheet" href="" type="text/css">
</code>
but when i use facelets it renders;
<code>
<link rel="stylesheet" href="" type="text/css">
</code>

any ideas?

regards...

--
Murat HAZER
Elektrik-Elektronik Mühendisi - Electrical-Electronics Engineer
Blog URL: http://www.projedunyasi.org

Reply via email to