当前位置: 代码迷 >> Eclipse >> html:form属性有关问题
  详细解决方案

html:form属性有关问题

热度:45   发布时间:2016-04-23 18:48:31.0
html:form属性问题,高手请进
<html:form   action= "/loginAction "   method= "POST "   style= "width:auto;text-align:left; "   autocomplete= "off ">
报错如下:
org.apache.jasper.JasperException:   /login.jsp(27,2)   Attribute   autocomplete   invalid   for   tag   form   according   to   TLD

如何解决这个问题,请各大虾指点,谢谢!

------解决方案--------------------
style 换成styleClass
struts标签中这样用css才起作用
另外这个标签中有autocomplete这个吗
  相关解决方案