You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Wim Drapier <dr...@gmail.com> on 2005/12/29 23:13:40 UTC

JSCookMenuBug

I think there's an bug that's not yet registered with the jira... so don't
shoot me if I'm wrong.

I dyna create NavigationMenuItems with a null value for the action,
when they are needed I iterate over the menuitems and add the appropriate
action string.

when they are rendered they all got the same action string(equals the last
added string)

my logging show the correct values for the objects, so I supose this is js
related stuff.