You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "sean schofield (JIRA)" <my...@incubator.apache.org> on 2005/07/27 16:25:37 UTC

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

     [ http://issues.apache.org/jira/browse/MYFACES-117?page=all ]
     
sean schofield closed MYFACES-117:
----------------------------------


> 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
>     Assignee: Manfred Geiler
>      Fix For: Nightly Build
>  Attachments: MYFACES-117_patch.txt
>
> 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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira