3 Replies Latest reply on Oct 1, 2006 4:00 PM by bizimalem

    isUserInRole

    bizimalem

      Hi,
      how can I use HttpServletRequest.isUserInRole() in a Seam component. Is there a way to inject an HttpServletRequest in a component like

      @In
      HttpServletRequest request?

      If I can inject it, I could use request.isUserInRole() in the seam component..


      thanks.

      Özcan Acar