请问怎样在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>
------解决方案--------------------没用过
帮顶