3 Replies Latest reply on Jul 28, 2009 10:32 AM by cash1981

    Getting list of all URL's

    cash1981

      Is there a way in Seam/JSF to get a list of all URL's ?

        • 1. Re: Getting list of all URL's
          cash1981

          Or all valid xhtml pages?


          A yes/no is sufficient

          • 2. Re: Getting list of all URL's
            asookazian

            Shervin Asgari wrote on May 22, 2009 15:29:


            Is there a way in Seam/JSF to get a list of all URL's ?



            list of all URL's meaning what?


            the servlet context for the current session?


            not sure about a list of all xhtml pages, why do you even need to know that in runtime?

            • 3. Re: Getting list of all URL's
              cash1981

              I mean a list of all valid pages. I could ofc hack this by searching through all xhtml pages and create a list, but I was hoping someone had done this already, or that it was somehow possible to get this through the servlet. But I doubt it.


              I need it because I have a requirement to show all valid pages automatically as new ones are created. I don't want to do it manually.