我正在研究一个java项目。因为我使用了一些jsp页面,action属性中有一个错误如下_
<h:commandLink id="update_account_balance" rendered="false"
action="#{AccountHelperBean.updateAccountBalanceForOneTimeUse}">
<h:outputText value="Update All Account's Balance" />
</h:commandLink>
在action属性中显示错误,如&#34; 方法必须有签名&#34;字符串方法()&#34;但有签名&#34;无效方法()&#34; &#34; 我正在使用Eclipse Indigo。 有谁知道这种问题。 谢谢你。