h:panelGrid columnClasses: classes are not used repetitively
------------------------------------------------------------
Key: MYFACES-1196
URL: http://issues.apache.org/jira/browse/MYFACES-1196
Project: MyFaces Core
Type: Bug
Components: General
Versions: 1.1.1
Reporter: Kenji Nagahashi
Classes specified in columnClasses attribute of h:panelGrid should be reused
when number of classes are less than the number of columns. This behavior is
not implemented.
In org.apache.myfaces.renderkit.html.HtmlGridRendererBase.java, renderChildren
method, columnClassesArray needs to be indexed by another index variable, say,
columnClassIndex, not by columnIndex.
--
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