9 Replies Latest reply on Mar 3, 2011 9:32 AM by baraber

    Securing resources

    baraber

      I want to develop a very basic thing : Protect some pages of my applications via seam-security. I want users to be redirected to a login url when required (when they try to access a protected resource).  I know how to do it with standard jee security in web.xml, but didn't manage to find how I could do it with seam security. 
      Can anyone point me to a solution, or give any suggestion to achieve that ?