2 Replies Latest reply on Mar 27, 2007 2:55 PM by maitre

    System.out.println();

    maitre


      I am using richface and a4j with facelet.
      I can't print on the standard output.

      I would like to kwonk if it comes from richface, a4j.
      Have you go i pleasant why to debug your program ?

        • 1. Re: System.out.println();
          ilya_shaikovsky

          If you can't invoke systemOut - it means your method isn't invoked at all. My be some validation/ conversion problem on submit.

          Use

          <a4j:outputPanel ajaxRendered="true">
          <h:messages/>
          </a4j:outputPanel>
          


          inside your form to investigate this.

          Or proveide more detailed information about, project pages, setting, beans and runtime information from the logs.

          I use standard output without any problems.

          • 2. Re: System.out.println();
            maitre


            I found the problem : I had swallowOutput="true" in my context.xml file
            So the output here redirected to the logger