Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.1.4-SNAPSHOT
-
None
-
None
Description
The style attribute for commandNavigation2 is not rendered for the output li element. The class attribute is rendered correctly.
<t:panelNavigation2 id="navigation" layout="list" renderAll="true">
<t:commandNavigation2>
<t:outputText value="Case Administration"/>
<t:commandNavigation2 style="********this is NOT rendered************" styleClass="******this IS rendered**********">
<t:outputText value="New case"/> ---> rendered as <li>
</t:commandNavigation2>
<t:commandNavigation2 style="border-bottom: 0px none;">
<t:outputText value="Edit current case"/>
</t:commandNavigation2>
<t:commandNavigation2>
<t:outputText value="Delete current case"/>
</t:commandNavigation2>
<t:commandNavigation2>
<t:outputText value="Export current case"/>
</t:commandNavigation2>
<t:commandNavigation2>
<t:outputText value="Find case"/>
</t:commandNavigation2>
</t:commandNavigation2>
</t:panelNavigation2>