1 Reply Latest reply on Feb 10, 2009 8:15 PM by norman

    Promoting a POJO to a Seam component with a dynamic name

      Hello,


      Having a POJO instance, is it possible to promote it as a Seam componant using a dynamic name?


      Thank you,


      Bertrand.

        • 1. Re: Promoting a POJO to a Seam component with a dynamic name
          norman

          A seam component requires a component definition.  In theory you could add a component definition, but the instance still wouldn't be seam-managed.  (no interceptor stack)  What are you trying to accomplish?  Do you just want to inject the instance in Seam components via @In?  If so, then you can put the instance in the right context and it will be available.