1 Reply Latest reply on Nov 23, 2007 7:31 AM by shane.bryzak

    how to load Seam components in the servlet?

    bernix

      How to load Seam components in a servlet?

      For example,the servlet got a HttpRequest with user name and password,and want to use the default Seam component "authenticator" to login.

      Another scenario is,the servlet received a HttpRequest with some parameters,and need to load some Seam components,invoke the actions of the components...

      A little sample code will be real helpful.

      Thanks