sortBy无法使用entry required =" true"

时间:2014-04-11 12:55:06

标签: richfaces jsf-1.2

我的表有2列。

这是一列,如

<rich:column label="#{label}" width="#{columnWidth}" sortBy="#{bean.customerName}" >
    <f:facet name="header">
        <ui:insert name="header"> 
            <h:outputText value="#{label}" />
        </ui:insert>
    </f:facet>
    <h:inputText value="#{bean.customerName}" required="true" />
</rich:column>

总记录为3,我没有输入customerName(空)值到一个字段。每当尝试对此列进行排序时,customerName值的其余部分将填充到空customerName并显示所需的条目。

0 个答案:

没有答案