Jscookmenu tomahawk nÃo funciona

Estou escrevendo uma aplicação simples para teste. O menu aparece mas o action não tem efeito.

Minha Página JSP:

[code]<%@ page language=“java” contentType=“text/html; charset=ISO-8859-1”
pageEncoding=“ISO-8859-1”%>

<%@ taglib uri=“http://java.sun.com/jsf/html” prefix=“h”%>
<%@ taglib uri=“http://java.sun.com/jsf/core” prefix=“f”%>
<%@ taglib uri=“http://myfaces.apache.org/tomahawk” prefix=“t”%>

Insert title here [/code]

Meu arquivo faces-config.xml :

<?xml version="1.0" encoding="UTF-8"?>

<faces-config
    xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd"
    version="1.2">
	<navigation-rule>
		<display-name>
		principal</display-name>
		<from-view-id>
		/principal.jsp</from-view-id>
		<navigation-case>
			<from-outcome>geral</from-outcome>
			<to-view-id>
			/quadro_geral_terceiros.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>
</faces-config>

Alguem pode me ajudar?

Não li isso na página do jscookmenu :

If you want to use jscookMenu in your application, you will have to:
Add jscookmenu directory containing css and scripting code to your web directory (you can find it in the examples application).
Add scripts and stylesheets for the theme you would like to use to html-header (see also inc/header.inc in the examples application)