1
我使用的是JSF 1.2,Seam 2.2.2和Richfaces 3.3.3。我有一個a4j:支持事件,當某人懸停在鏈接上時,它將被調用。但是這個函數在頁面加載後只被調用一次。如果我再次在鏈接上鼠標懸停,a4support事件不會調用該函數。任何機構都有什麼想法是什麼原因?a4j:支持函數在h中只調用一次:commandLink
<s:div style="padding-top:10px;">
<rich:dataTable id="pendingOptyTbl" value="#{searchResultList}"
var="item" style="width: 100%; border: none;">
<rich:column style="border: none;">
<s:div>
<h:outputText value="#{item.label} : " />
<h:outputLink value="/aafdemo/pages/#{item.label}/#{item.label}.seam" styleClass="actionLink">
<h:outputText value="#{item.value.name}" />
<f:param name="#{item.label}Id" value="#{item.value.id}" />
<a4j:support event="onmouseover" immediate="true" action="#searchController.test()}" ajaxSingle="true" reRender="details"/>
</h:outputLink>
</s:div>
</rich:column>
</rich:dataTable>
你能告訴哪裏是項目ID =「細節」相對於這部分? –
\t \t \t \t的 \t \t \t \t的 \t \t –
user1555524