Hello everybody,

I want to use (like the topic shows) a panelNavigation2 with Facelets. I
already downloaded the tomahawk.taglib.xml as described here
(http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk), but the
commandNavigation2 tag is not defined there. I need that one for
functionality. I tried to add it myself, but it didn't work! To do so, I
added this component to faces-config.xml:

    <component>
        <component-type>org.apache.myfaces.HtmlCommandNavigation2</
component-type>
        <component-class>
org.apache.myfaces.custom.navmenu.htmlnavmenu.HtmlCommandNavigationItem</
component-class>
    </component>

and then added this to the tomahawk.taglib.xml:
    <tag>
        <tag-name>commandNavigation2</tag-name>
        <component>
            <component-type>org.apache.myfaces.HtmlCommandNavigation2</
component-type>
        </component>
    </tag>

However, it still didn't work! Any ideas?

Thanks a lot
Chris

Reply via email to