You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Ted Jones (JIRA)" <in...@incubator.apache.org> on 2005/03/04 01:04:02 UTC

[jira] Created: (MYFACES-117) styleClass attribute Ignored for commandNavigation tag

styleClass attribute Ignored for commandNavigation tag
------------------------------------------------------

         Key: MYFACES-117
         URL: http://issues.apache.org/jira/browse/MYFACES-117
     Project: MyFaces
        Type: Bug
    Versions: 1.0.7 beta    
 Environment: Window XP, Tomcat
    Reporter: Ted Jones


The panelNavigation stlye class values are picked up, but using the styleClass attribute in the commanNavigation tag has no effect.

<x:panelNavigation 
    id="license_nav"
    styleClass="navigation"
    separatorClass="navseparator"
    itemClass="navitem"
    activeItemClass="navitem_active"
    openItemClass="navitem_open"> 
<x:commandNavigation 
    id="customerNavID"
    action="customer"
    actionListener="#{navigateBean.customerSelected}"
    immediate="true"
    value="Customer"
    styleClass="#{navigateBean.customerStyleClass}"/>    				 
<x:commandNavigation
   id="infoNavID"
   action="licenseinfo"
   actionListener="#{navigateBean.infoSelected}"
   value="License Info"
   styleClass="#{navigateBean.customerStyleClass}"/> 
</x:panelNavigation> 

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira