does not contain handler parameter named 'method'问题解决

来源:互联网 发布:地图软件怎么赚钱 编辑:程序博客网 时间:2024/05/29 16:32

does not contain handler parameter named 'method'.   This may be caused by whitespace in the label text     

 

这个异常往往是大家对DispatchAction 不熟悉造成,在用它的时候

1、忘记了在STRUTS-CONFIG中的<action>属性加parameter="method",

2、<html:form>和普通的<form>是有区别的,在用form提交表单的时候别忘记要家范围method="post"

3、还有在action.do/method=XXXX这个中间不要有空格!  

0 0
原创粉丝点击