<h:panelGrid> columns attribute not initialized properly
--------------------------------------------------------

         Key: MYFACES-373
         URL: http://issues.apache.org/jira/browse/MYFACES-373
     Project: MyFaces
        Type: Bug
    Versions: Nightly Build    
 Environment: IBM RSA using MyFaces JSF implementation and Tomahawk components
    Reporter: Brendan Conner
    Priority: Minor


If I have a <h:panelGrid> on my JSF page without specifying the columns 
attribute, I get the following error message every time the page gets displayed:

[7/28/05 17:17:49:551 CDT]  1ee01ee HtmlGridRende E 
org.apache.myfaces.renderkit.html.HtmlGridRendererBase  Wrong columns attribute 
for PanelGrid _id0:_id1: -2147483648

This appears to indicate that the columns attribute is not being initialized 
properly within the component.

The program continues to run, evidently assuming that there is one column.  
However, the error message indicates to me that something is wrong.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to