当前位置: 代码迷 >> Java Web开发 >> 请教怎样在webwork中实现form remote?下面这样写有错吗
  详细解决方案

请教怎样在webwork中实现form remote?下面这样写有错吗

热度:569   发布时间:2016-04-17 17:16:00.0
请问怎样在webwork中实现form remote?下面这样写有错吗?
<div   id= "two "   style= "border:   1px   solid   yellow; "> <b> initial   content </b> </div>
<ww:form   id= "theForm2 "   action= "helloWorld "   method= "post "   theme= "ajax ">
        <ww:textfield   label= "请输入名字 "   name= "name "   />
        <ww:submit   value= "ajax提交 "   theme= "ajax "   resultDivId= "two "   />
</ww:form>

------解决方案--------------------
没用过
帮顶
  相关解决方案