You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by arne anka <do...@ginguppin.de> on 2008/04/16 19:28:21 UTC

trinidad: disable debug output

hi,
i play around with tr:table and when hitting the "next XX" link, a lot of  
output, apparently xml response from ppr, is written to stdout/stderr.
this makes it very hard to read the messages i am interested in -- so,  
does anybody know how to disable this?

<context-param>
	<param-name>facelets.DEVELOPMENT</param-name>
	<param-value>false</param-value>
</context-param>

in web.xml seems to have no effect.

thanks in advance

Re: trinidad: disable debug output

Posted by arne anka <do...@ginguppin.de>.
nope, doesn't change a bit.
thanks anyway.

On Wed, 16 Apr 2008 20:36:53 +0200, Leonardo Uribe <lu...@gmail.com>  
wrote:

>  <context-param>
> <param-name>facelets.DEVELOPMENT</param-name>
> <param-value>false</param-value>
> </context-param>
>
>        <context-param>
>              <param-name>org.apache.myfaces.ERROR_HANDLING</param-name>
>             <param-value>false</param-value>
>        </context-param>
>
> regards
>
> Leonardo Uribe



Re: trinidad: disable debug output

Posted by Leonardo Uribe <lu...@gmail.com>.
 <context-param>
<param-name>facelets.DEVELOPMENT</param-name>
<param-value>false</param-value>
</context-param>

       <context-param>
             <param-name>org.apache.myfaces.ERROR_HANDLING</param-name>
            <param-value>false</param-value>
       </context-param>

regards

Leonardo Uribe