2 Replies Latest reply on Mar 29, 2008 2:02 PM by tomstrummer.tomstrummer.gmail.com

    Portlet bridge -- what's added to the Seam context?

    tomstrummer.tomstrummer.gmail.com

      I am writing a Seam portlet using the portlet bridge. I'm guessing if I want to access things like the RenderRequest, portletContext, etc. it gets @In injected from the Seam context, right? 


      So my question is, what all is added to the Seam context by the portlet bridge (what are the context names so I know how to access them)? 


      Also, how would I emulate the init( PortletConfig ) method of a GenericPortlet?  Would I do that from a Seam action or somewhere else?


      Thanks in advance-- I could swear I saw something before related to this, but I can't seem to find it now.