2 Replies Latest reply on Dec 28, 2011 3:21 PM by lukascz

    Seam 3 migration: Contexts.getSessionContext().set("myName", myBean)

    ge0ffrey

      In seam 2 we have several usages of this:


      Contexts.getSessionContext().set("myName", myBean)


      This is of course an anti-pattern, but before I can fix that anti-pattern, I need to upgrade to seam 3.
      How do I do that in seam 3?