This may be related. I can't remember if a JIRA issue has been opened
on it yet, but I'm pretty sure it also affects jsp.
http://www.nabble.com/-Facelets--JSF-1.2--jsCookMenu--hidden-jscook_action-input-hack-still-required--t3341281.html
On 4/20/07, Francisco Passos <[EMAIL PROTECTED]> wrote:
Hello there.
I'm having some trouble using Tomahawk's JscookMenu (tomahawk-1.1.5).
I'm generating the menu dynamically through my bean and it get rendered
beautifully in Firefox.
Problem number 1: IE
First and foremost, it submenus don't display well in Internet Explorer (the
floating div appears but the content is not there). Is there a known
solution for this?
Problem number 2: Javascript links in the menu
If my item is built like this:
new NavigationMenuItem("Imprimir", "javascript:window.print();")
It tries accessing this:
http://localhost:7001/stp/pages/j_id6_menu:A%5Djavascript:window.print();
and a 404 is displayed
Problem number 3: navigation links
If I build the link like this
new NavigationMenuItem("InĂcio", "main")
(having this in my faces-config.xml
<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-outcome>main</from-outcome>
<to-view-id>/pages/main.xhtml</to-view-id>
</navigation-case>
</navigation-rule>
)
it tries to access
http://localhost:7001/stp/pages/j_id6_menu:A]main and also
displays a 404 error.
Are there solutions for this? Right now, I can't display the menu properly
and when I can, its links don't work...
Thank you in advance,
Francisco Passos