5 Replies Latest reply on May 22, 2006 6:29 PM by mirko27

    Debug page

    mirko27

      Is there hope to get working debug page recently?

        • 1. Re: Debug page

          The debug page is available at any point by going to "myapppath/debug.jsf" where "myapppath" is the context path of your application and ".jsf" is the url-pattern for you Seam Redirect Filter.

          • 2. Re: Debug page

            Whoops, Copied the wrong thing, it should have said where ".jsf" is the url-pattern for your Faces Servlet.

            • 3. Re: Debug page
              mirko27

              Hehe, I isn`t really. Before I copied the debug.xhtml to my app and it showed some information. Currently it`s just blank.

              • 4. Re: Debug page
                pmuir

                Do you have

                 <context-param>
                 <param-name>org.jboss.seam.core.init.debug</param-name>
                 <param-value>true</param-value>
                 </context-param>
                


                in your web.xml (or the equivalent in your seam.properties) - assuming you are on a recent CVS version?

                • 5. Re: Debug page
                  mirko27

                  Okay, thank you. I did not know this.