You can load it into an input stream w/ something like this.getClass().getClassLoader().getResourceAsStream() . Then use DOM or SAX API to parse it.
Also, check out MyFaces source. I believe all of that information is stored in a configuration based object model that is stored in an application attribute at start up. >-----Original Message----- >From: Dave [mailto:[EMAIL PROTECTED] >Sent: Monday, January 9, 2006 10:46 PM >To: [email protected] >Subject: NavigationHandler API faces.config > >Is there any way to access faces.config? > I need to know the to-view-id(JSP page) given from-view-id and from-outcome. > The NavigationHanlder has only one method handle(..), Thanks. > Dave > > >--------------------------------- >Yahoo! Photos > Ring in the New Year with Photo Calendars. Add photos, events, holidays, > whatever.

