问答详情
源自:4-3 配置Action,Service,Dao的类-Struts2整合Spring

ssh 出错

 There is no Action mapped for namespace [/] and action name [product_save] associated with context path [/ssh2].


提问者:qq_梦幻猫的微笑_0 2017-08-28 15:24

个回答

  • 东风小草
    2017-08-30 23:13:46

    如果代码没写错的话,你可能需要重启编译器,我刚才就是这样233

  • 慕运维1287607
    2017-08-29 19:26:53

    在struts.xml文件中看一下是不是这句话有误,要和下面一样

    <action name="product_*" class="productAction" method="{1}"