You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by David Boyd <db...@indauto.com.au> on 2006/10/30 00:29:13 UTC

Turning off warnings

HI all,
 
I am using Suns RI with myfaces components added in
 
I have a problem when using ajax anywhere in my application
 
Upon a ajax request I get an warning
 
WARNING: Response has no <head> or <body> tag:
 
This makes sense because there shouldn't be a head or body in my
response because its is ajax
 
 
Just wondering is there anyway to either turn off this warning or stop
it from printing it to the console.