1 Reply Latest reply on Jan 9, 2009 4:31 PM by ctomc

    Seam 2.1.1-GA how to read from WEB-INF

    arshadm

      Hi,


      I need a component to be able to read configuration data from WEB-INF. Traditionally, I would have used startup code in a servlet and used getServletContext() to get at the files under WEB-INF but I don't have access to that in Seam.


      How does one read data from a WEB-INF folder.