2 Replies Latest reply on Sep 18, 2007 6:43 AM by maksimkaszynski

    errors with selectedTab

    javanerd

      I get the following error while trying to set a selected tab.

      [lifecycle] javax.el.PropertyNotWritableException: /WEB-INF/layout/layout.xhtml @20,81 selectedTab="#{selectedTab}": /photos.xhtml @12,49 value="profile": Illegal Syntax for Set Operation
      Using richfaces 3.1.0

      here is my code

      <rich:tabPanel switchType="server" selectedTab="#{selectedTab}" width="100%">


      This worked with version 3.0.1 Has the setter for selected tab been removed?