Regards, I am having some problems with log messages in myfaces that I dont know how to stop making them appear. I use log4J to control my log messages and even when I configure it to stop getting all logger output messages I keep getting the following:
ADVERTENCIA: /pages/logon.xhtml @105,53 forceId="true" Property 'forceId' is not on type: org.apache.myfaces.component.html.ext.HtmlInputText 29-abr-2007 17:26:19 com.sun.facelets.tag.jsf.ComponentRule warnAttr ADVERTENCIA: /pages/logon.xhtml @132,60 forceId="true" Property 'forceId' is not on type: org.apache.myfaces.component.html.ext.HtmlInputText 29-abr-2007 17:26:19 com.sun.facelets.tag.jsf.ComponentRule warnAttr ADVERTENCIA: /pages/logon.xhtml @144,57 forceId="true" Property 'forceId' is not on type: org.apache.myfaces.component.html.ext.HtmlInputText 29-abr-2007 17:26:42 com.sun.facelets.tag.jsf.ComponentRule warnAttr ADVERTENCIA: /pages/templates/searchFieldsTemplate.xhtml @132,120 forceId="true" Property 'forceId' is not on type: org.apache.myfaces.component.html.ext.HtmlCommandLink Does anybody has any advice to stop getting these logger messages which are also unnecessary since I am using the tomahawk input text which has a forceId attribute? Thanks, JV

