Subject : tomahawk Horizontal panelNavigation2
Hi,
I'm using tomahawk, Facelet and trinidad together when i want to use
Horizontal panelNavigation value of submenus generate twice but
tomahawk without trinidad works corecctly
is this bug or what ?
and somthing wierd , below code generates different result
<t:div id="hNav_outer">
<h:form id="navigationMenu">
<t:panelNavigation2 id="nav1" layout="list" itemClass="off"
activeItemClass="on" openItemClass="on" renderAll="true">
<t:commandNavigation2 value="#{msgs['menu.ERP']}"
style="padding-left: 0px;">
<t:commandNavigation2 value="#{msgs['submenu.Adempiere']}">
</t:commandNavigation2>
</t:commandNavigation2>
</t:panelNavigation2>
</h:form>
</t:div>
----------------------------------------------
<t:div id="hNav_outer">
<h:form id="navigationMenu">
<t:panelNavigation2 id="nav1" layout="list" itemClass="off"
activeItemClass="on" openItemClass="on" renderAll="true">
<t:commandNavigation2 value="#{msgs['menu.ERP']}"
style="padding-left: 0px;">
<t:commandNavigation2>
<f:verbatim>› </f:verbatim>
<t:outputText value="#{msgs['submenu.Adempiere']}"/>
</t:commandNavigation2>
</t:commandNavigation2>
</t:panelNavigation2>
</h:form>
</t:div>
style is available in tomahawk example this code is one of the tomahawk
example but it seems
doesn't work with trinidad