Take a peek in application scope at "org.apache.myfaces.config.RuntimeConfig" for a MyFaces specific solution.
>-----Original Message----- >From: Dennis Byrne [mailto:[EMAIL PROTECTED] >Sent: Tuesday, January 10, 2006 12:35 AM >To: 'MyFaces Discussion' >Subject: Re: NavigationHandler API faces.config > >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. > > >

