]
Maksim Kaszynski resolved RF-2293.
----------------------------------
Resolution: Done
scrollableDataTable doesn't render h:column children (only
renders rich:column)
-------------------------------------------------------------------------------
Key: RF-2293
URL:
http://jira.jboss.com/jira/browse/RF-2293
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Reporter: David Green
Assigned To: Maksim Kaszynski
Priority: Critical
Fix For: 3.2.0
scrollableDataTable doesn't render columns that are created using h:column, only
rich:column. This makes it impossible to use scrollableDataTable in a facelet include
where the caller doesn't know what the table implementation will be.
It appears as if ColumnWalker is used to iterate columns in the rendering phase, however
ColumnWalker only tests if children are a column with the following test:
if (kid instanceof Column){
Perhaps ColumnWalker should test as follows:
if (kid instanceof Column || kid instanceof UIColumn) {
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: