1 Reply Latest reply on Oct 1, 2008 5:41 PM by pmuir

    custom ResourceResolvers and .page.xml files

    swd847

      Facelets allows you to define your own ResourceResolver that allows you to put your .xhtml files wherever you want if you are so inclined. Does seam have any similar feature so the .page.xml files can be kept in the same location as the .xhtml files?


        • 1. Re: custom ResourceResolvers and .page.xml files
          pmuir

          Stuart Douglas wrote on Sep 24, 2008 02:09:


          Facelets allows you to define your own ResourceResolver that allows you to put your .xhtml files wherever you want if you are so inclined. Does seam have any similar feature so the .page.xml files can be kept in the same location as the .xhtml files?



          Yes, for .page.xml you can just override the ResourceLoader to look in your custom location.