3 Replies Latest reply on Sep 4, 2007 7:36 AM by pmuir

    Absolute application path

    pdhaigh

      Hi,

      Is there a suitable equivalent available in a Seam application to get the absolute filepath of the application web root?

      From a servlet you do this:

      String applicationPath=((ServletContext)this.getServletContext()).getRealPath("/");


      Can seam do similar?

      cheers

      phil