【发布时间】:2014-03-17 07:32:04
【问题描述】:
将richface3 迁移到richface4 时出现的问题:
这里我想放置状态指示器(a4j:status) 来指示rich:list/rich:dataTable 中每一行的变化。 但是现在 a4j:status 在所有行中的一个行更改(keyup)时都会被触发。
它以前在richface3中可以工作,但在richface4中没有任何人可以帮忙吗?
<rich:list value="#{identity.user.roleList}" var="_role">
<a4j:region>
<h:inputText value="#{bean.text}">
<a4j:ajax status="y" event="keyup" />
</h:inputText>
<a4j:status id="x" name="y">
<f:facet name="start">
<h:graphicImage name="img/load_small.gif" />
</f:facet>
</a4j:status>
</a4j:region>
</rich:list>
【问题讨论】: