7 Replies Latest reply on May 31, 2006 1:10 PM by muckwarrior

    How to access Seam components in a Filter class?

    evanzeng

      I have defined a Seam components like the following:

      @Stateless
      @Name("userManager")
      public class UserManagerImpl implements UserManager {
      ......
      }

      How can I access the "userManager" component in a Filter class ?