Icefaces 1.82 rowSelector渲染

时间:2011-04-14 14:20:09

标签: java jsf icefaces

我在使用Icefaces 1.82时遇到了一些问题(我们不能使用任何比这更新的版本......)和带有行选择器的数据表。

我发现这个thread,似乎我有完全相同的问题(应该为Icefaces 1.7修复..)

  

RowSelector'呈现'属性是   使用单个值进行处理   整个dataTable,但如果我想拥有   动态地为每个值赋予不同的值   独立排,行为不是   如预期的那样。

<!-- List of articles -->
    <ice:dataTable styleClass="dataTable" value="#{bb.pms}" id="articles" var="articlePm"
            rendered="#{bb.notEmptySearchResult}">
            <h:column>          
                <ice:rowSelector rendered="#{articlePm.allowedEdit}" 
                    id="selected" value="#{articlePm.selected}"
                    selectionListener="#{bb.rowSelectionListener}"
                    preStyleOnSelection="true"                         
                    mouseOverClass="pointer"/>

问题: rowSelector'呈现'不适用于单行。

有没有人能解决我的问题?

0 个答案:

没有答案