I'm still having no luck using t:jsCookMenu with dynamically generated
entries on JSF 1.1, with Facelets 1.1.11.
The menu is properly presented, but when I click the entries, such as one
generated like this:
new NavigationMenuItem("Start", "main")
it opens a new window with the following address
http://localhost:7001/stp/pages/mainForm__id5_menu:A]main
<http://localhost:7001/stp/pages/mainForm__id5_menu:A%5Dmain>
(which presents a 404 error).
I've tried with and without a <input type="hidden" name="jscook_action" />,
the result is the same.
Does anyone know what I might be doing wrong?