struts配置的時候報錯
我是按老師的寫的
<package name="ssh" extends="struts-default" namespace="/">?
<anction name="product_*" class="cn.test.ssh.action.ProductAction" method="{1}">
</anction>
</package>
報下面這個錯,求教,不知道怎么解決
“The content of element type "package" must match "(result-types?,interceptors?,default-interceptor-ref?,default-action-ref?,default-class-ref?,global-results?,global-exception-mappings?,action*)". ”
2017-01-02
是action不是anction
2016-11-04
你好,能不能給我發(fā)一份你寫好的框架整合,我一直創(chuàng)建表不能創(chuàng)建好,
2016-10-18
好像和先后順序有關(guān),重新先寫了name,再寫method,再寫class就對了