Sytle attribute is not rendered for <li> tags
---------------------------------------------

                 Key: TOMAHAWK-649
                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-649
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Panel Navigation2
    Affects Versions: 1.1.5-SNAPSHOT
            Reporter: Mathias Werlitz
            Priority: Minor


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>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to