struts2的action类为什么无法获取struts2标签传递的参数?
<s:formaction="test1.action"method="post"><s:textfieldneme="da1"id="11"cssClass="date...
<s:form action="test1.action" method="post">
<s:textfield neme="da1" id="11" cssClass="date_8">
</s:textfield>
<s:textfield neme="da2" id="12" cssClass="date_8">
</s:textfield>
<s:submit></s:submit>
</s:form>
<form action="test1.action" method="post">
<input type="text" name="da1">
<input type="text" name="da2">
<input type="submit" title="提交">
</form>
同样的写法,action里都有da1和da2的get set方法,可是html表单的数据能获取,struts表单的数据就是null为什么? 展开
<s:textfield neme="da1" id="11" cssClass="date_8">
</s:textfield>
<s:textfield neme="da2" id="12" cssClass="date_8">
</s:textfield>
<s:submit></s:submit>
</s:form>
<form action="test1.action" method="post">
<input type="text" name="da1">
<input type="text" name="da2">
<input type="submit" title="提交">
</form>
同样的写法,action里都有da1和da2的get set方法,可是html表单的数据能获取,struts表单的数据就是null为什么? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询