1 2 Previous Next 26 Replies Latest reply on Jun 9, 2010 6:59 AM by zsom

    seam 2.0 - problem upgrading to richfaces 3.2.0 GA from 3.1.

    powerhouse_b

      Hi.

      I have a Seam project set up using RedHat Developer, and it uses RichFaces 3.1.2. I changed it to use 3.2.0. (problems here: )
      After upgrading, I have a problem with a code that used to work on the previous version.

      <rich:panelMenuGroup label="Salariati" action="#{leftMenuState.expandMenu(messages.MenuGroup_Employees)}"
       expanded="#{leftMenuState.currentMenuExpanded(messages.MenuGroup_Employees)}" expandMode="ajax">
      


      This code should was used to keep the expanded menu after a page reload. With the new version, i get the fallowin error:
      FacesMessage(s) have been enqueued, but may not have been displayed.
      sourceId=j_id39[severity=(ERROR 2), summary=(/layout/leftMenu.xhtml @91,104 expanded="#{leftMenuState.currentMenuExpanded(messages.MenuGroup_Employees)}": Illegal Syntax for Set Operation), detail=(/layout/leftMenu.xhtml @91,104 expanded="#{leftMenuState.currentMenuExpanded(messages.MenuGroup_Employees)}": Illegal Syntax for Set Operation)]


      Also, a
      <rich:panelMenuItem action="/pages/data/ContracteList.xhtml" label="Contracte" mode="ajax" >
      is not working any more (is does the ajax call, but the reload is not happening).

      Thanks!

        1 2 Previous Next