Icefaces 1.82 rowSelector呈现。

| 我在Icefaces 1.82(我们不能使用比此版本更高的版本...)和带有rowselector的数据表中遇到一些问题。 我找到了这个线程,似乎我遇到了完全相同的问题(应该为Icefaces 1.7修复。):   RowSelector的'rendered \'属性是   使用单个值   整个数据表,但是如果我想拥有   动态地为每个提供不同的值   独立排,行为不   如预期的那样。
<!-- 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 \'rendered \'不适用于单行。 有人能解决我的问题吗?     
已邀请:

要回复问题请先登录注册