Hi!
This really solved it. Thanks!

Jana


----- Original Message ----- From: "Jecker Frederic (LFR)" <[EMAIL PROTECTED]>
To: "MyFaces Discussion" <[email protected]>
Sent: Friday, January 27, 2006 11:42 AM
Subject: RE: PanelNavigation - selected item style help


Hi,

I experienced the same behavior, and found this was caused by the <redirect />
Tag in the navigation rules.
Once removed the active Item were shown correctly.

Hope this helps

Fred

-----Message d'origine-----
De : Jana Parvanova [mailto:[EMAIL PROTECTED]
Envoyй : vendredi 27 janvier 2006 10:08
А : MyFaces Discussion
Objet : PanelNavigation - selected item style help

Hi all!

I am sure it's something stupid I'm missing here but anyway:
I have a panelNavigation:

<t:panelNavigation separatorClass="blueTitle"
    itemStyle="color:green"
    activeItemStyle="color:red">

 <t:outputText value="a1"/>
 <t:commandNavigation id="menuClientList"
        value="aa1"
        action="#{mNavigationMenu.actionClientsList}"/>
 <t:commandNavigation id="menuClientNew"
        value="aa2"
        action="#{mNavigationMenu.actionClientNew}"/>
.......

All the items are green and the separator is blue, but active items are
never shown as such (red).
Anyone have a clue what the problem might be? Do I need to to do something
else beside including the t:panelNavigation in my page?

Thanks a lot!

Jana



Reply via email to