hi group,
i' wondering that nobody seems to notice that row-related style
attributes (i.e. rowStyleClass,rowStyle,rowClasses,...) on the datatable
doesn't work anymore.
the only output is :
on static style like 'rowStyleClass="row1,row2"' nothing is rendered :
---> <tr>
on dynamic style (EL-expressions) like
'rowStyleClass="#{(index%2==0)?'row1':'row2'}"' an empty
'class'-attribute is rendered :
---> <tr class="">
in myfaces-1.1.1 at least the dynamic one was working, so that it was
possible to do all this stuff with EL-expression (even very complex
things) but since 1.1.3 nothing works anymore ?!
I'll try to setup a minimal test-case for that. Here is the JIRA-issue :
https://issues.apache.org/jira/browse/TOMAHAWK-523
any hint/idea would be appreciated, since i don't like to downgrade back
to 1.1.1.
regards
ronald
--