当前位置: 代码迷 >> Java Web开发 >> html form标签,该如何解决
  详细解决方案

html form标签,该如何解决

热度:102   发布时间:2016-04-17 12:46:34.0
html form标签
我在myeclipse里写程序时有时出现“invlid location of tag(form)“

请问这是为什么呀??

------解决方案--------------------
应该是 <html:form action="" method="post" ... >
。。。
。。。
</html:form >吧


还有就是<html:form ...>
<table name="^0^" id="^o^" >
...
...
...
</table>
</html:form>

我想现在没有什么问题了吧?
  相关解决方案