webwork 关于action 接收问题
<form>
<input name= "user.mobile " type= "text " class= "input " id= "mobile " value= " " style= "CURSOR: hand ">
<input name= "user.tel " type= "text " class= "input " id= "tel " value= " " style= "CURSOR: hand ">
</from>
webwork action 提交 在java中只能接收tel 的值,但是如果单独放上面任何一个input 都能接受到值
请教原因
------解决方案--------------------你没有生成提交事件啦