为了账号安全,请及时绑定邮箱和手机立即绑定

Unable to instantiate Action, produceAction, defined for 'produce_save' in namespace '/'produceAction

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
	"-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
	"http://struts.apache.org/dtds/struts-2.3.dtd">

<struts>
	
   <package name="ssh"  extends="struts-default">
   	<action name="produce_*" class="produceAction" method="{1}"></action>
   </package>
</struts>
<bean id="produceAction" class="cn.muke.ssh.action.ProduceAction" scope="prototype">
		<property name="produceService" ref="produceService"></property>
	</bean>

	<bean id="produceService" class="cn.muke.ssh.service.ProduceService">
		<property name="dao" ref="dao"></property>
	</bean>
	<bean id="dao" class="cn.muke.ssh.dao.ProduceDao">
	</bean>
<s:form action="produce_save" method="post"  theme="simple">
	<table border="1" width="400">
		<tr>
			<td>商品名称:</td>
			<td><s:textfield name="pname"></s:textfield></td>
		</tr>
		<tr>
			<td>商品价格:</td>
			<td><s:textfield name="price"></s:textfield></td>
		</tr>
		<tr>
			<td colspan="2"><input type="submit"value="添加"></td>
		</tr>
	</table>
</s:form>


正在回答

2 回答

我要是这个bug,你解决了吗

0 回复 有任何疑惑可以回复我~

 <package name="ssh"  extends="struts-default">改为

<package name="ssh"  extends="struts-default" namespace="/">

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

Unable to instantiate Action, produceAction, defined for 'produce_save' in namespace '/'produceAction

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信