1 Reply Latest reply on Jun 1, 2007 5:23 AM by fhh

    inject/outject servlet context init parameter

    andreigh.ts

      Is is possible to inject/outject an initialization parameter (defined with <context-param> in web.xml), in a Seam EJB3 component?

      Using @In("paramName") and @Out("paramName") does not work.

      (I am more interested in outjecting it, since reading can be done via facesContext)