Myfaces uses commons-logging to display messages. Referers to your logging implementation (log4j, java util logging) for informations on how to tune displayed log levels.
chrispro a écrit : > Hi > > I use Facelets with JSTL functions like "if" and choose. I use the JSTL to > decide if a user will see an inputField or not. I won't use the rendered > attribute of the JSF element (Too large UI-Tree). > Anyway, sometimes the panelGrid will not render a "multiple of the columns > attribute" -> the last 2 elements are not rendered. > Thus the console will write following warning: > > 10.11.2006 08:06:13 > org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase > renderChildren > WARNUNG: PanelGrid savePersForm:_id109 has not enough children. Child count > should be a multiple of the columns attribute. > > Is there any chance to disable or change (only error severity) the MyFaces > Log? > > I'd appreciate any comments! > > Chris >

