我正在做一个java项目。因为我使用了一些jsp页面,所以action属性有如下错误_
<h:commandLink id="update_account_balance" rendered="false"
action="#{AccountHelperBean.updateAccountBalanceForOneTimeUse}">
<h:outputText value="Update All Account's Balance" />
</h:commandLink>
在显示错误的操作属性处,例如“方法必须具有签名“字符串方法()”但具有签名“无效方法()” “我正在使用 Eclipse Indigo。有没有人知道这种问题。感谢你。