jsp页面出错

时间:2012-10-26 09:10:43

标签: jsp servlets jsp-tags

我正在研究一个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。 有谁知道这种问题。 谢谢你。

0 个答案:

没有答案