I am using portlet using JSF getting the following wiered warning and not able to find the cause can anybody tell me what is the reason or how to trace?
WARN (HtmlGridRendererBase.java:230) - PanelGrid settlementadd:_idJsp7_fibomaster_WAR_app_fibo_ has not enough children. Child count should be a multiple of the columns attribute.
You can ignore that message. It just means that "you have told me that the datatable has 2 columns, but you have given me 7 records only. 7 is not a multiple of 2"
Typically.,
You can fix this warning by adding a <h:column/>
MCSD, SCJP, SCWCD, SCBCD, SCJD (in progress - URLybird 1.2.1)