1 Reply Latest reply on Jan 29, 2006 6:00 AM by armita

    session scope problem

    armita

      I ioutject an entity to session scope by:
      @Out(required = false,value="mainNe",scope=ScopeType.SESSION)
      private Ne mainNe;

      it is OK for the next request but then I suddenly get this log:
      [Component] seam component not found: mainNe ( an page want to access the mainNe)
      mean while I am just injecting it to some bean