5 Replies Latest reply on Jan 13, 2009 2:53 PM by nbelaevski

    Bug in rich:panelMenu

    dschauder

      When I click on a rich:panelMenu item bound with a bean property on the server (selectedChild=#{someBean.value}), if the form that wraps the menu and some form entry fields fails validation, the bean property remains the same (set to the current page), but the rich:panelMenu shows the item that was selected by the user. When I check the value of the bean it displays properly, but for some reason the rich:panelMenu is not syncing up properly with the server to refresh from the bean properly. It looks like some javascript variable has been set for the menu's selected Item, but that this value doesn't match up with the current value of the bound bean value.

      Can someone please tell me if this is a bug or if there is some option on rich:panelMenu I'm missing.