Jsf Websphere 8.5.5.0和IceFaces 3.3.0,ace:dataTable don';我工作不好

Jsf Websphere 8.5.5.0和IceFaces 3.3.0,ace:dataTable don';我工作不好,jsf,jboss,websphere,icefaces,ace-datatable,Jsf,Jboss,Websphere,Icefaces,Ace Datatable,我使用的是IceFaces3.3.0。我对有问题。从RequestMap获取rowStateVar时,在Websphere 8.5.5.0中运行我的应用程序时,结果是NULL,但在Jboss 7.1.1中工作正常 我的代码如下所示: <ace:dataTable id="dataTable1" var="info" value="#{manageBean.dataList}" rowStateVar="r

我使用的是IceFaces3.3.0。我对
有问题。从
RequestMap
获取
rowStateVar
时,在Websphere 8.5.5.0中运行我的应用程序时,结果是
NULL
,但在Jboss 7.1.1中工作正常

我的代码如下所示:

<ace:dataTable id="dataTable1"  
                var="info" value="#{manageBean.dataList}"
                         rowStateVar="rowState1"
                         stateMap="#{manageBean.stateMap1}"
                         selectionMode="single" 
                         rowSelectListener="#{manageBean.rowSelectListener1}"
                         rowUnselectListener="#{manageBean.rowDelectListener1}"
                         resizable="true" styleClass="table"> . . . </ace:dataTable>
…返回空值

FacesContext.getCurrentInstance().getExternalContext().getRequestMap().get("rowState1")