1 Reply Latest reply on Nov 15, 2007 1:29 PM by sonstone

    seam component reuse advice

    sonstone

      I have a scenario where I have a search type component that I want to re-use within the same conversation. That is, I want an instance A configured differently than an instance B but I want to use them both within the same conversation.

      Do I have to create separate session beans and have them inherit from the same base class in order to tag them with different @Names? Is there some other mechanism that exists for this sort of thing? Any advice would be greatly appreciated.

      Daniel