0 Replies Latest reply on Jun 11, 2010 9:26 AM by pmurphy.pjmurphy.paddypower.com

    Issue: Cannot create Seam component, scope is not active

    pmurphy.pjmurphy.paddypower.com

      If you see this message Cannot create Seam component, scope is not active read on...


      Posting this after my research into this issue for anyone that has the same problem (as it took me about 1/2 a day to find the posts mentioned below):-


      This appears to be a benign issue in the version of RichFaces (3.3.1.GA) that we are using with Seam (2.2.0.GA). An upgrade of RichFaces to version 3.3.2.SR1 should solve the problem (if not introduce some others ;-))


      Forum Article 1


      Forum Article 2


      JIRA


      Caused by the following EL code when setting the selectedTab property of the rich:tabPanel component:


      EventDestinationsTabPanel.xhtml


      <rich:tabPanel id="eventTabs" switchType="client" selectedTab="#{priceUpdateViewsAction.selectedTab}">
      



      Cheers,


      Philip