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

html:form属性有关问题

2012-01-11 
html:form属性问题,高手请进html:formaction /loginAction method POST style width:autotext-a

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这个吗

热点排行