开发者社区> 问答> 正文

Action industry_browseIndustry cannot be?400报错

Action industry_browseIndustry cannot be found in the namespace /admin? 400 报错

<package name="admin" extends="dianhua51" namespace="/admin">
  <!-- 配置电话行业管理的IndustryAction映射 -->
  <action name="updateIndustry" class="com.dianhua51.struts.action.IndustryAction" method="updateIndustry">
   <result name="input">/admin/editIndustry.jsp</result>
   <interceptor-ref name="loginedCheck"/>
   <interceptor-ref name="defaultStack"/>
  </action>
  <!-- 使用通配符配置实现动态方法调用 --> 
  <action name="industry_*" class="com.dianhua51.struts.action.IndustryAction" method="{1}">
   <result name="success">/admin/{1}.jsp</result>
   <result name="input">/admin/{1}.jsp</result> 
   <!-- 将请求重定向至别的Action,相当重新发起一次请求,并携带请求参数 -->
   <result name="toBrowseIndustry" type="redirectAction">
    <param name="actionName">industry_browseIndustry</param>
    <param name="namespace">/admin</param>      (这里出现错误提示:Action industry_browseIndustry cannot be found in the namespace /admin)
    <param name="actionMsg">${actionMsg}</param>
   </result>
   <interceptor-ref name="loginedCheck"/>
   <interceptor-ref name="defaultStack"/>
  </action>

请高手看看?

展开
收起
爱吃鱼的程序员 2020-06-03 15:10:41 380 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    我也是这个错误 

    2020-06-03 16:43:13
    赞同 展开评论 打赏
问答地址:
问答排行榜
最热
最新

相关电子书

更多
Needle in the Haystack—User Behavior Anomaly Detection for Information Security 立即下载
SPARK—UNIVERSAL COMPUTATION ENGINE FOR PROCESSING OIL INDUSTRY DATA 立即下载
Scaling Spark applications by connecting code to resource consumption 立即下载