Struts错误:不包含名为methodToCall的处理程序参数

时间:2011-05-20 10:41:30

标签: struts

  

Struts错误:不包含名为methodToCall的处理程序参数,尽管我已经拥有它

我的JSP中有以下代码:

  

function saveMapping(){         document.forms(0).action =   “gdmrOwnerCodeTradingPartner.do?methodToCall=saveOwnerCodeTradingPartnerMapping”;         document.forms(0).submit(); }

struts-config.xml中的

我有:

  

  <forward name="failure"              path="/Error.jsp"/>
      <forward name="success"              path="/OwnerTradingPartner.jsp"/>
     

我已经包含了methodToCall参数,但我仍然在页面异常中收到此错误:

错误消息:请求[/ gdmrOwnerCodeTradingPartner]不包含名为methodToCall的处理程序参数

我已经使用DispatchAction类扩展了ActionClass。

请让我知道可能是什么问题! 即使我使用jsp(x.jsp?name = kar)而不是action(“。do”)

,它也不会在查询字符串中使用任何请求参数

0 个答案:

没有答案