5 Replies Latest reply on Oct 18, 2005 3:27 AM by amin59

    How to ask Seam to instantiates a component without JSF

    amin59

      Hi,
      How can I ask Seam to instantiates a component without the common JSF tag '#{component}'. I want to access some components with in my pure JSP/Servlet pages. I need this to setup a JASS based authentication for Seam. As far as I tried I cannot use '@In' annotation with in my JSP.

      Any help?