3 Replies Latest reply on Apr 21, 2007 5:34 AM by mvlach

    dividing pages.xml

    mvlach

      Hi all,

      It is possible to divide pages.xml to multiple file ? I tried to use <!ENTITY exceptions SYSTEM "exceptions.xml"> but it seems not work.

      I saw an idea of reimplement seam component ....pages but I dont know if that solved my problem....

      Is there semobedy who has divided pages.xml ?

      Thanks Mila

        • 1. Re: dividing pages.xml
          thejavafreak

          Just make your_xhtmlpagename.page.xml
          You can see the example by generating with seam-gen

          • 2. Re: dividing pages.xml
            mvlach

            thanks, it sound very good, but:

            if I have this

            /actions/incident/list.xhtml
            /actions/task/list.html


            it is possible to do that ? or I may to rename all files to be unique ?

            Thanks Mila

            • 3. Re: dividing pages.xml
              mvlach

              Thanks - it works.

              I read the documentation and there is written to create subdirectories:

              /WEB-INF/classes/actions/incident/list.page.xml
              /WEB-INF/classes/actions/task/list.page.xml

              Mila