读书人

webwork 关于action 接收有关问题

发布时间: 2012-01-29 21:39:32 作者: rapoo

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 都能接受到值

请教原因

[解决办法]
你没有生成提交事件啦

读书人网 >Java Web开发

热点推荐