Hy DEVs, I´m with a litle problem here and please help me because i search all over web without sucess, so let me explain all:
When my app startsup many warns are logged on console: WARNING: Could not find basic HTML renderer for javax.faces.Command, type=javax.faces.Button 29/07/2009 18:51:22 org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderKit _addBasicHTMLRenderKit To solve this, ive made this workaround on my servletcontextlistener: TrinidadLogger.*createTrinidadLogger*(CoreRenderKit.*class*).setLevel(Level. *OFF*); BUT i think this is a very bad way to solve this probblem. =[ Do you know any king of configuration that i can do on web.xml or trinidad-config to set this level ? Trinidad version is: trinidad-api-1.2.1-20070711 and trinidad-impl-1.2.1-20070711 Thankyou, Thomas. -- Sun Certified Programmer for Java Platform, SE 5.0 – 310-055. [email protected]
