Details
Description
If I don't specify the number of columns explicitly in my <h:panelGrid> tag, the following error message gets displayed at runtime on the console:
[8/24/05 10:22:59:335 CDT] 42dd42dd HtmlGridRende E org.apache.myfaces.renderkit.html.HtmlGridRendererBase Wrong columns attribute for PanelGrid mainSubview:mainForm:_id11: -2147483648
The page appears to render correctly (i.e., it defaults to columns="1"), but the error message is annoying.