首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

webwork 关于action 接收有关问题

2012-01-29 
webwork 关于action 接收问题forminputname user.mobile type text class input id mobile

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

请教原因

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

热点排行